Skip to content

Commit

Permalink
Don't run hybrid specs if fork isn't supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 9, 2019
1 parent e97fd86 commit 6855ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/async/container/hybrid_spec.rb
Expand Up @@ -22,7 +22,7 @@

require_relative 'shared_examples'

RSpec.describe Async::Container::Hybrid do
RSpec.describe Async::Container::Hybrid, if: Async::Container.fork? do
it_behaves_like Async::Container

it "should be multiprocess" do
Expand Down

0 comments on commit 6855ee0

Please sign in to comment.