diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-05 14:34:46 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-05 23:28:59 -0800 |
| commit | a1ad5a21652b460906f04bcd1be278aa831404ff (patch) | |
| tree | 96b9be9d1c929d856bc9e91bbdd65e9e0a50c5fd /test/ruby | |
| parent | d6fde0e6db33ff281660a4222ae183a27d6a73ea (diff) | |
Omit test_version for Cirrus for now
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7448
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_rubyoptions.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index def550f6a2..ff3534a531 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -225,6 +225,7 @@ class TestRubyOptions < Test::Unit::TestCase assert_equal([], e) end + omit "This fails on some CIs for now. To be fixed in MJIT's side." return if RbConfig::CONFIG["MJIT_SUPPORT"] == 'no' return if yjit_force_enabled? |
