Skip to content

Commit

Permalink
Spec: Promises - spawn Actor does not work on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Dec 9, 2017
1 parent 5f93e0e commit 5c41cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/concurrent/edge/promises_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def behaves_as_delay(delay, value)
end

describe 'interoperability' do
it 'with actor' do
it 'with actor', if: !defined?(JRUBY_VERSION) do
actor = Concurrent::Actor::Utils::AdHoc.spawn :doubler do
-> v { v * 2 }
end
Expand Down

0 comments on commit 5c41cee

Please sign in to comment.