Skip to content

Commit b823e24

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 e18bb62 commit b823e24

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/resolv/test_dns.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ def test_no_server
487487
if RUBY_PLATFORM.match?(/mingw/)
488488
# cannot repo locally
489489
omit 'Timeout Error on MinGW CI'
490+
elsif macos?(26,1)
491+
omit 'Timeout Error on macOS 26.1+'
490492
else
491493
raise Timeout::Error
492494
end

0 commit comments

Comments
 (0)