summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-16 16:53:55 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-16 16:53:55 +0000
commit7fe77cbca9073f521b35fd11bd55dde300559e8d (patch)
treef1c67c8608ac350a3689df786f5137560139525b /azure-pipelines.yml
parent5b0bcb0b2261a3254a008deecba9227f87e975b4 (diff)
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
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
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: