summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2024-05-29 09:38:38 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2024-05-29 09:38:46 -0700
commit8c29a3776e9e9ba070425c5b6548ecbc8ee21366 (patch)
tree51de8365f9b456256686af797b0042240a0ee1af
parent015d6bae8b5bfe44708c824419c8a72e5b7b4837 (diff)
Skip a flaky Ractor test
https://github.com/ruby/ruby/actions/runs/9289798294/job/25564563437
-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 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