mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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>
1 changed files with 1 additions and 1 deletions
|
@ -1636,7 +1636,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"
|
||||||
} if !yjit_enabled? || ENV['GITHUB_WORKFLOW'] == 'ModGC' # flaky
|
} if !yjit_enabled? || ENV['GITHUB_WORKFLOW'] != 'ModGC' # flaky
|
||||||
|
|
||||||
assert_equal "ok", %q{
|
assert_equal "ok", %q{
|
||||||
def foo(*); ->{ super }; end
|
def foo(*); ->{ super }; end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue