From 21d8e6924844d592ff2d5a2e7309457eb92e66f6 Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Mon, 23 Mar 2020 11:32:20 +0900 Subject: 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. --- bootstraptest/test_thread.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb index f00e2f7efc..e7ddadf4a7 100644 --- a/bootstraptest/test_thread.rb +++ b/bootstraptest/test_thread.rb @@ -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 -- cgit v1.2.3