Skip to content

Commit fa92846

Browse files
committed
Merge branch 'master' into actor-context
2 parents 49d8611 + 88d5120 commit fa92846

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/concurrent/thread_pool_shared.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@
169169
end
170170

171171
it 'kills all threads' do
172-
unless jruby?
172+
unless jruby? # this check is incorrect, want to check for class
173+
pending('brittle test--counting threads is not reliable')
173174
before_thread_count = Thread.list.size
174175
100.times { subject << proc{ sleep(1) } }
175176
sleep(0.1)

0 commit comments

Comments
 (0)