Skip to content

Commit 4aac150

Browse files
committed
Skip an unstable Ractor test
1 parent 7afa08c commit 4aac150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstraptest/test_ractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ class C
16011601
16021602
1_000.times { idle_worker, tmp_reporter = Ractor.select(*workers) }
16031603
"ok"
1604-
} unless yjit_enabled? || rjit_enabled? # flaky
1604+
} if false # too flaky
16051605

16061606
assert_equal "ok", %q{
16071607
def foo(*); ->{ super }; end

0 commit comments

Comments
 (0)