summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-16 16:01:57 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-16 16:09:12 +0900
commit6328db3c7e2dcc93b78eba48b37beff96ede71c8 (patch)
tree7b62dcdcb1927ccc8b25eacd61a79500627fbea0 /.github/workflows/ubuntu.yml
parentab1fc6efa4f8dbd655db61414c021885fd919c79 (diff)
Separate the tests which fail when load-relative enabled
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 584721d87d..c01db1cc6c 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -29,6 +29,8 @@ jobs:
configure: "--host=i686-$OSTYPE"
- test_task: "check"
configure: "--enable-shared --enable-load-relative"
+ skipped_tests: "TestGem#test_.*_from_binstubs.*"
+ continue-on-skipped_tests: true
- test_task: "test-all TESTS=--repeat-count=2"
fail-fast: false
env: