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:
Koichi Sasada 2020-03-23 11:32:20 +09:00
parent 1d996fe72f
commit 21d8e69248

View File

@ -8,7 +8,8 @@ show_limit %q{
puts "Thread count: #{threads.count} (#{error})" puts "Thread count: #{threads.count} (#{error})"
break break
end while true end while true
} } if false # disable to pass CI
assert_equal %q{ok}, %q{ assert_equal %q{ok}, %q{
Thread.new{ Thread.new{
}.join }.join