summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2023-03-02 15:30:27 +0900
committerKoichi Sasada <ko1@atdot.net>2023-03-02 16:14:49 +0900
commit6207a3f588ae0d0f7eb6303f7cccbe19f37ba6d1 (patch)
treedbad7533db8d504873e8694b68baba30e4dcf8bf /bootstraptest
parenta4421bd73c286253311c2cdf8c78ed258f8cff44 (diff)
downloadruby-6207a3f588ae0d0f7eb6303f7cccbe19f37ba6d1.tar.gz
Enable flaky ractor test
I hope a4421bd73c286253311c2cdf8c78ed258f8cff44 will solve the issue...
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_ractor.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb
index 6898edc677..3d0fdfa283 100644
--- a/bootstraptest/test_ractor.rb
+++ b/bootstraptest/test_ractor.rb
@@ -284,8 +284,7 @@ assert_equal 30.times.map { 'ok' }.to_s, %q{
test i
}
} unless ENV['RUN_OPTS'] =~ /--mjit-call-threshold=5/ || # This always fails with --mjit-wait --mjit-call-threshold=5
- (ENV.key?('TRAVIS') && ENV['TRAVIS_CPU_ARCH'] == 'arm64') || # https://bugs.ruby-lang.org/issues/17878
- true # too flaky everywhere http://ci.rvm.jp/results/trunk@ruby-sp1/4321096
+ (ENV.key?('TRAVIS') && ENV['TRAVIS_CPU_ARCH'] == 'arm64') # https://bugs.ruby-lang.org/issues/17878
# Exception for empty select
assert_match /specify at least one ractor/, %q{