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 ee1be19 commit 8666476Copy full SHA for 8666476
spec/concurrent/executor/safe_task_executor_spec.rb
@@ -109,6 +109,7 @@ def execute
109
end
110
111
it 'should return success' do
112
+ (pending('possible local jump bug on JRuby https://github.com/jruby/jruby/issues/7136'); fails) if Concurrent.on_jruby?
113
success, _value, _reason = subject
114
expect(success).to be_truthy
115
@@ -119,6 +120,7 @@ def execute
119
120
121
122
it 'should return a nil reason' do
123
124
_success, _value, reason = subject
125
expect(reason).to be_nil
126
0 commit comments