diff options
author | Takashi Kokubun <[email protected]> | 2024-01-23 11:00:00 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2024-01-23 11:00:05 -0800 |
commit | 557b69e83b27dafea435719fc3afc2e67e155962 (patch) | |
tree | 7f5d9e6757ec37a3247c336ebe7282901d94ae54 /bootstraptest/runner.rb | |
parent | a846d391d38b34fcc4f90adef967c166c923bd56 (diff) |
Skip a failing test for Prism
This should be reverted once https://github.com/ruby/prism/issues/2249
is closed.
Diffstat (limited to 'bootstraptest/runner.rb')
-rwxr-xr-x | bootstraptest/runner.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 039a15148d..9dc3950f07 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -798,4 +798,8 @@ def rjit_enabled? ENV.fetch('RUN_OPTS', '').include?('rjit') end +def prism_enabled? + ENV.fetch('RUN_OPTS', '').include?('--parser=prism') +end + exit main |