mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 13:04:22 +00:00
Allow failures with rss tests on test-bundled-gems
This commit is contained in:
parent
c7ef7d8a73
commit
ca6546704a
Notes:
git
2026-01-15 08:21:04 +00:00
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…
x
Reference in New Issue
Block a user