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
1 changed files with 2 additions and 1 deletions

View File

@ -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