Skip another flaky Ractor test for YJIT
This commit is contained in:
parent
85f041c0c5
commit
7b38853bc3
@ -1543,7 +1543,7 @@ assert_equal "ok", %q{
|
|||||||
|
|
||||||
1_000.times { idle_worker, tmp_reporter = Ractor.select(*workers) }
|
1_000.times { idle_worker, tmp_reporter = Ractor.select(*workers) }
|
||||||
"ok"
|
"ok"
|
||||||
}
|
} unless yjit_enabled # flaky with YJIT https://github.com/ruby/ruby/actions/runs/3575374374/jobs/6011846425
|
||||||
|
|
||||||
assert_equal "ok", %q{
|
assert_equal "ok", %q{
|
||||||
def foo(*); ->{ super }; end
|
def foo(*); ->{ super }; end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user