Skip flaky RJIT tests

https://github.com/ruby/ruby/actions/runs/9352283948/job/25740049841
https://github.com/ruby/ruby/actions/runs/9350872852/job/25735280811

Not a high priority to fix right now, so skipping until we get to fix
it.
This commit is contained in:
Takashi Kokubun 2024-06-03 16:50:42 -07:00
parent 372531f3bc
commit e7e83a313c

View File

@ -848,7 +848,7 @@ assert_normal_exit %q{
def x(a=1, b, *rest); nil end
end
end
}, bug2415
}, bug2415 unless rjit_enabled? # flaky
assert_normal_exit %q{
0.times do
@ -880,7 +880,7 @@ assert_normal_exit %q{
end
end
end
}, bug2415
}, bug2415 unless rjit_enabled? # flaky
assert_normal_exit %q{
a {