From 7fe77cbca9073f521b35fd11bd55dde300559e8d Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 16 Mar 2019 16:53:55 +0000 Subject: Ignore test-bundled-gems failure on CI for now ktsj-san recognizes this issue and it's intentionally left failing now. As failure notification of this task is NOT indicating ruby is broken, let's stop notifying the failure fo rnow. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ed92acb979..bb5fe8a57d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,6 +24,7 @@ jobs: - script: | TRAVIS=1 make $(task) displayName: "test" + continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green - job: macOS pool: @@ -50,6 +51,7 @@ jobs: - script: | make $(task) displayName: "test" + continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green # - job: vs2015 # pool: -- cgit v1.2.3