From 7b38853bc37a312b0543d402b334d4cc67be5aed Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 2 Dec 2022 10:26:54 -0800 Subject: Skip another flaky Ractor test for YJIT --- bootstraptest/test_ractor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest') 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 -- cgit v1.2.3