From 8c29a3776e9e9ba070425c5b6548ecbc8ee21366 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 29 May 2024 09:38:38 -0700 Subject: [PATCH] Skip a flaky Ractor test https://github.com/ruby/ruby/actions/runs/9289798294/job/25564563437 --- bootstraptest/test_ractor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb index 4383795dc1..ea7c2c197d 100644 --- a/bootstraptest/test_ractor.rb +++ b/bootstraptest/test_ractor.rb @@ -1532,7 +1532,7 @@ assert_equal "ok", %q{ 1_000.times { idle_worker, tmp_reporter = Ractor.select(*workers) } "ok" -} unless ENV['RUN_OPTS'] =~ /rjit/ # flaky +} unless ENV['RUN_OPTS'] =~ /rjit/ || ENV.key?('CI') # flaky assert_equal "ok", %q{ def foo(*); ->{ super }; end