mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Now test-bundler is not working on macOS either
Let's stop reporting the failure until it gets stable. We can see the build status on console with this config anyway.
This commit is contained in:
parent
235e72f17e
commit
af800b8ca2
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ jobs:
|
|||
- script: |
|
||||
make $(task) TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest
|
||||
displayName: "test"
|
||||
continueOnError: true # test-bundler is failing on macOS. TODO: fix it and remove this line.
|
||||
|
||||
# - job: vs2015
|
||||
# pool:
|
||||
|
|
Loading…
Reference in a new issue