We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e906978 + 05765df commit 77911d9Copy full SHA for 77911d9
test/resolv/test_dns.rb
@@ -83,6 +83,8 @@ def with_udp_and_tcp(host, port)
83
# See: https://stackoverflow.com/questions/48478869/cannot-bind-to-some-ports-due-to-permission-denied
84
retries_remaining -= 1
85
retry if retries_remaining > 0
86
+ # Windows and MinGW CI can't bind to the same port with ten retries.
87
+ omit if /mswin|mingw/ =~ RUBY_PLATFORM
88
raise
89
end
90
0 commit comments