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:
parent
372531f3bc
commit
e7e83a313c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user