summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-02 10:26:54 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-02 10:26:54 -0800
commit7b38853bc37a312b0543d402b334d4cc67be5aed (patch)
tree28ffeaa0c676662d9fdd9971320505b0a2087bfd /bootstraptest
parent85f041c0c5cb3edf2bd062aa19020bde3b4cbc44 (diff)
Skip another flaky Ractor test for YJIT
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb
index 78a6486c5d..70bbaf5434 100644
--- a/bootstraptest/test_ractor.rb
+++ b/bootstraptest/test_ractor.rb
@@ -1543,7 +1543,7 @@ assert_equal "ok", %q{
1_000.times { idle_worker, tmp_reporter = Ractor.select(*workers) }
"ok"
-}
+} unless yjit_enabled # flaky with YJIT https://github.com/ruby/ruby/actions/runs/3575374374/jobs/6011846425
assert_equal "ok", %q{
def foo(*); ->{ super }; end