mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
disable to show the maximum number of threads.
On Deiban 9 environment, the thread tests failed and this maximum threads information can finish up the machine resources. To check it, I turned-off showing this information.
This commit is contained in:
parent
1d996fe72f
commit
21d8e69248
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ show_limit %q{
|
|||
puts "Thread count: #{threads.count} (#{error})"
|
||||
break
|
||||
end while true
|
||||
}
|
||||
} if false # disable to pass CI
|
||||
|
||||
assert_equal %q{ok}, %q{
|
||||
Thread.new{
|
||||
}.join
|
||||
|
|
Loading…
Reference in a new issue