Skip to content

Commit

Permalink
Skip fork spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Adithya Pentela committed Feb 2, 2020
1 parent 46341c0 commit d4cfb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rdkafka/producer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
# wait for and check the message in the main process.

# Kernel#fork is not available in JRuby
skip if defined?(JRUBY_VERSION)
skip #if defined?(JRUBY_VERSION)

reader, writer = IO.pipe

Expand Down

0 comments on commit d4cfb58

Please sign in to comment.