Skip to content

Commit

Permalink
Ignore rbs test failures
Browse files Browse the repository at this point in the history
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
ruby/rbs#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.
  • Loading branch information
k0kubun committed Sep 23, 2023
1 parent e581b78 commit 1da9729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yjit-ubuntu.yml
Expand Up @@ -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'
Expand Down

0 comments on commit 1da9729

Please sign in to comment.