We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49d8611 + 88d5120 commit fa92846Copy full SHA for fa92846
spec/concurrent/thread_pool_shared.rb
@@ -169,7 +169,8 @@
169
end
170
171
it 'kills all threads' do
172
- unless jruby?
+ unless jruby? # this check is incorrect, want to check for class
173
+ pending('brittle test--counting threads is not reliable')
174
before_thread_count = Thread.list.size
175
100.times { subject << proc{ sleep(1) } }
176
sleep(0.1)
0 commit comments