Skip to content

Commit dac45f8

Browse files
committed
Omit unknown DNS issue of macOS 26.1 beta
``` TestResolvDNS#test_no_server: Test::Unit::ProxyError: Timeout::Error /path/to/ruby/test/resolv/test_dns.rb:531:in 'TestResolvDNS#test_no_server' ```
1 parent 3cb6f1f commit dac45f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/resolv/test_dns.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,8 @@ def test_no_server
525525
if RUBY_PLATFORM.match?(/mingw/)
526526
# cannot repo locally
527527
omit 'Timeout Error on MinGW CI'
528+
elsif macos?(26,1)
529+
omit 'Timeout Error on macOS 26.1+'
528530
else
529531
raise Timeout::Error
530532
end

0 commit comments

Comments
 (0)