Skip to content

Commit 4fa3fba

Browse files
committed
Marked as pending an Agen spec that may cause deadlocks.
1 parent a9ac04a commit 4fa3fba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/concurrent/agent_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module Concurrent
2323
subject { Agent.new 2 }
2424

2525
it 'executes post and post-off in order' do
26+
pending 'may cause deadlock'
2627
subject.post { |v| v + 2 }
2728
subject.post_off { |v| v * 3 }
2829
subject.await

0 commit comments

Comments
 (0)