We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ac04a commit 4fa3fbaCopy full SHA for 4fa3fba
1 file changed
spec/concurrent/agent_spec.rb
@@ -23,6 +23,7 @@ module Concurrent
23
subject { Agent.new 2 }
24
25
it 'executes post and post-off in order' do
26
+ pending 'may cause deadlock'
27
subject.post { |v| v + 2 }
28
subject.post_off { |v| v * 3 }
29
subject.await
0 commit comments