Skip test_ractor.rb with ModGC workflow because this test is flaky
This commit is contained in:
parent
c8ecaad445
commit
a2b03ba7cb
Notes:
git
2025-03-31 06:09:14 +00:00
@ -1636,7 +1636,7 @@ assert_equal "ok", %q{
|
||||
|
||||
1_000.times { idle_worker, tmp_reporter = Ractor.select(*workers) }
|
||||
"ok"
|
||||
} unless yjit_enabled? # flaky
|
||||
} if !yjit_enabled? || ENV['GITHUB_WORKFLOW'] == 'ModGC' # flaky
|
||||
|
||||
assert_equal "ok", %q{
|
||||
def foo(*); ->{ super }; end
|
||||
|
Loading…
x
Reference in New Issue
Block a user