mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Allow failures with rss tests on test-bundled-gems
This commit is contained in:
parent
c7ef7d8a73
commit
ca6546704a
Notes:
git
2020-01-12 12:29:06 +09:00
2 changed files with 4 additions and 2 deletions
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
@ -60,7 +60,8 @@ jobs:
|
|||
env:
|
||||
RUBY_TESTOPTS: "-q --tty=no"
|
||||
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest"
|
||||
# rss needs to add workaround for the non rexml environment
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rss"
|
||||
- name: Leaked Globals
|
||||
run: make -C build -s leaked-globals
|
||||
- uses: k0kubun/action-slack@v2.0.0
|
||||
|
|
3
.github/workflows/ubuntu.yml
vendored
3
.github/workflows/ubuntu.yml
vendored
|
@ -94,7 +94,8 @@ jobs:
|
|||
env:
|
||||
RUBY_TESTOPTS: "-q --tty=no"
|
||||
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest"
|
||||
# rss needs to add workaround for the non rexml environment
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rss"
|
||||
- name: Leaked Globals
|
||||
run: make -C build -s leaked-globals
|
||||
- uses: k0kubun/action-slack@v2.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue