This is an automated email from the ASF dual-hosted git repository.
scott pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new cdabaf9 [BEAM-5518] Ignore failing ssl validation of globenewswire
(#6502)
cdabaf9 is described below
commit cdabaf9d87c0ffa1a37f74b483fb4e4d6ce1686e
Author: Alan Myrvold <[email protected]>
AuthorDate: Thu Sep 27 09:48:02 2018 -0400
[BEAM-5518] Ignore failing ssl validation of globenewswire (#6502)
---
website/Rakefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/website/Rakefile b/website/Rakefile
index 40283e8..5160bad 100644
--- a/website/Rakefile
+++ b/website/Rakefile
@@ -17,7 +17,8 @@ task :test do
/jstorm.io/,
/datatorrent.com/,
- /ai.google/ # https://issues.apache.org/jira/browse/INFRA-16527
+ /ai.google/, # https://issues.apache.org/jira/browse/INFRA-16527
+ /globenewswire.com/ # https://issues.apache.org/jira/browse/BEAM-5518
],
:parallel => { :in_processes => Etc.nprocessors },
}).run