Skip test_ractor.rb with ModGC workflow because this test is flaky

This commit is contained in:
Hiroshi SHIBATA 2025-03-31 14:36:29 +09:00
parent c8ecaad445
commit a2b03ba7cb
Notes: git 2025-03-31 06:09:14 +00:00

View File

@ -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