mirror of
https://github.com/ruby/ruby.git
synced 2026-07-31 09:25:15 +08:00
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'
```
This commit is contained in:
parent
e18bb62815
commit
b823e24509
@ -487,6 +487,8 @@ class TestResolvDNS < Test::Unit::TestCase
|
||||
if RUBY_PLATFORM.match?(/mingw/)
|
||||
# cannot repo locally
|
||||
omit 'Timeout Error on MinGW CI'
|
||||
elsif macos?(26,1)
|
||||
omit 'Timeout Error on macOS 26.1+'
|
||||
else
|
||||
raise Timeout::Error
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user