Skip to content

Commit

Permalink
Merge pull request #2307 from herwinw/ipsocket_recvfrom_unreliable_specs
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m authored Nov 8, 2024
2 parents aaae1fc + 64728f1 commit 06720cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/library/socket/ipsocket/recvfrom_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
@client.close unless @client.closed?
end

it "reads data from the connection" do
# NATFIXME: Unreliable test
xit "reads data from the connection" do
data = nil
t = Thread.new do
client = @server.accept
Expand Down

0 comments on commit 06720cd

Please sign in to comment.