You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by sc...@apache.org on 2018/10/05 17:14:42 UTC

[beam-site] 01/01: [BEAM-5665] Exclude down website atrato.io from website checks

This is an automated email from the ASF dual-hosted git repository.

scott pushed a commit to branch disable-atrato-1
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 6f31911ec550c5a29ea364c8f100f982f2185cd3
Author: Scott Wegner <sc...@apache.org>
AuthorDate: Fri Oct 5 10:14:23 2018 -0700

    [BEAM-5665] Exclude down website atrato.io from website checks
    
    This currently failing website pre-commits.
    
    It seems http://www.atrato.io/ is down or no longer available. We should disable the test for now and perhaps remove the dead link if it no longer works.
---
 Rakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Rakefile b/Rakefile
index c2e7069..11ba3c1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,6 +15,7 @@ task :test do
     :url_ignore => [
         /jstorm.io/,
         /datatorrent.com/,
+        /atrato.io/, # BEAM-5665 atrato.io seems to be down
         /ai.google/ # https://issues.apache.org/jira/browse/INFRA-16527
     ],
     :parallel => { :in_processes => Etc.nprocessors },