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
This commit is contained in:
parent
5b0bcb0b22
commit
7fe77cbca9
@ -24,6 +24,7 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
TRAVIS=1 make $(task)
|
TRAVIS=1 make $(task)
|
||||||
displayName: "test"
|
displayName: "test"
|
||||||
|
continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green
|
||||||
|
|
||||||
- job: macOS
|
- job: macOS
|
||||||
pool:
|
pool:
|
||||||
@ -50,6 +51,7 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
make $(task)
|
make $(task)
|
||||||
displayName: "test"
|
displayName: "test"
|
||||||
|
continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green
|
||||||
|
|
||||||
# - job: vs2015
|
# - job: vs2015
|
||||||
# pool:
|
# pool:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user