Skip to content

Commit 8ae5b72

Browse files
committed
Tagged brittle spec.
1 parent 001ed14 commit 8ae5b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/concurrent/executor/fixed_thread_pool_shared.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
# To check for caller_runs, we'll check how many unique threads
228228
# actually ran the block
229229

230-
it 'uses the calling thread for overflow under caller_runs' do
230+
it 'uses the calling thread for overflow under caller_runs', :brittle do
231231
latch = Concurrent::CountDownLatch.new(5)
232232
mutex = Mutex.new
233233

0 commit comments

Comments
 (0)