Skip to content

Commit

Permalink
spec: try node crashing scenarios for jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
niamster committed Feb 16, 2015
1 parent 3cd23aa commit 177279d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dcell/node_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def wait_for_actor(id)
@node.all.should include :test_actor
end

context :crashing, :pending => RUBY_ENGINE=="jruby" do
context :crashing do
def wait_for_death(time)
sleep time + 1
id = TEST_NODE[:id]
Expand Down

0 comments on commit 177279d

Please sign in to comment.