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.
1 parent 001ed14 commit 8ae5b72Copy full SHA for 8ae5b72
spec/concurrent/executor/fixed_thread_pool_shared.rb
@@ -227,7 +227,7 @@
227
# To check for caller_runs, we'll check how many unique threads
228
# actually ran the block
229
230
- it 'uses the calling thread for overflow under caller_runs' do
+ it 'uses the calling thread for overflow under caller_runs', :brittle do
231
latch = Concurrent::CountDownLatch.new(5)
232
mutex = Mutex.new
233
0 commit comments