Skip to content

Commit

Permalink
Try re-enabling the system spec now
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutov committed Mar 15, 2015
1 parent b749651 commit 7d11c1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

describe EventMachine::Synchrony do

# FIXME: Not only it fails on Travis for some reason, but it also
# triggers failures in many of the examples that run after it.
it "system: simple", ci_skip: true do
it "system: simple" do
EM.synchrony do
out, status = EM::Synchrony.system("echo 'some'")

Expand Down

0 comments on commit 7d11c1a

Please sign in to comment.