Fix the if condition to skip test_ractor.rb correctly (#13067)
Follow-up for a2b03ba7cb
This commit is contained in:
parent
229784d160
commit
b5ac483d95
Notes:
git
2025-05-14 12:41:59 +00:00
Merged-By: ono-max <onoto1998@gmail.com>
@ -1636,7 +1636,7 @@ assert_equal "ok", %q{
|
||||
|
||||
1_000.times { idle_worker, tmp_reporter = Ractor.select(*workers) }
|
||||
"ok"
|
||||
} if !yjit_enabled? || ENV['GITHUB_WORKFLOW'] == 'ModGC' # 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