Skip to content

Commit

Permalink
udp_socket_spec: Not on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Dec 8, 2017
1 parent 8fdb79a commit ab4bc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/nio/selectables/udp_socket_spec.rb
Expand Up @@ -2,7 +2,7 @@

require "spec_helper"

RSpec.describe UDPSocket do
RSpec.describe UDPSocket, if: !defined?(JRUBY_VERSION) do
let(:udp_port) { 23_456 }

let :readable_subject do
Expand Down

0 comments on commit ab4bc40

Please sign in to comment.