diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2024-05-29 09:38:38 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2024-05-29 09:38:46 -0700 |
| commit | 8c29a3776e9e9ba070425c5b6548ecbc8ee21366 (patch) | |
| tree | 51de8365f9b456256686af797b0042240a0ee1af | |
| parent | 015d6bae8b5bfe44708c824419c8a72e5b7b4837 (diff) | |
Skip a flaky Ractor test
https://github.com/ruby/ruby/actions/runs/9289798294/job/25564563437
| -rw-r--r-- | bootstraptest/test_ractor.rb | 2 |
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 |
