aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-09-23 00:05:42 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-09-23 00:05:47 -0700
commit1da97292f86c30f863bfa1bc338b2d8e23124d2c (patch)
treec240ec4f4052b00c55012dd9bd2169659879116b
parente581b78ed2d69a47a23deb167ea4a63b5f195fe9 (diff)
downloadruby-1da97292f86c30f863bfa1bc338b2d8e23124d2c.tar.gz
Ignore rbs test failures
For some reason, it's been failing only on YJIT, but apparently it's reproducible on the interpreter as well. So it's not related to YJIT. rbs marked rbs tests on Ruby master as allow_failures https://github.com/ruby/rbs/pull/1536, so it's known to not work on Ruby master. We should revert this once we fix the flaky test failure on Ruby master.
-rw-r--r--.github/workflows/yjit-ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index 4a7c3ba651..c329182e73 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.github/workflows/yjit-ubuntu.yml
@@ -162,7 +162,7 @@ jobs:
timeout-minutes: 60
env:
RUBY_TESTOPTS: '-q --tty=no'
- TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
+ TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'rbs'
PRECHECK_BUNDLED_GEMS: 'no'
SYNTAX_SUGGEST_TIMEOUT: '5'
YJIT_BINDGEN_DIFF_OPTS: '--exit-code'