mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip test_ractor.rb:137 for --jit-min-calls=5
It's failing like http://ci.rvm.jp/results/trunk-mjit-wait@phosphorus-docker/3270373 but I have no bandwidth to fix it for now. We're still checking --jit-wait (without --jit-min-calls=5) on GitHub Actions.
This commit is contained in:
parent
c6b7b4f6f4
commit
eaa87be5f6
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ assert_equal 30.times.map { 'ok' }.to_s, %q{
|
|||
30.times.map{|i|
|
||||
test i
|
||||
}
|
||||
}
|
||||
} unless ENV['RUN_OPTS'] =~ /--jit-min-calls=5/ # This always fails with --jit-wait --jit-min-calls=5
|
||||
|
||||
# Outgoing port of a ractor will be closed when the Ractor is terminated.
|
||||
assert_equal 'ok', %q{
|
||||
|
|
Loading…
Add table
Reference in a new issue