We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5dea9 commit f70bf78Copy full SHA for f70bf78
1 file changed
bootstraptest/test_ractor.rb
@@ -1636,7 +1636,7 @@ class C
1636
1637
1_000.times { idle_worker, tmp_reporter = Ractor.select(*workers) }
1638
"ok"
1639
-} if !yjit_enabled? || ENV['GITHUB_WORKFLOW'] != 'ModGC' # flaky
+} if !yjit_enabled? && ENV['GITHUB_WORKFLOW'] != 'ModGC' # flaky
1640
1641
assert_equal "ok", %q{
1642
def foo(*); ->{ super }; end
0 commit comments