mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Fix condition for Timeout Error with >= macOS 26.1
This commit is contained in:
parent
a43acf9a3f
commit
8fa29a75ab
@ -525,7 +525,7 @@ class TestResolvDNS < Test::Unit::TestCase
|
||||
if RUBY_PLATFORM.match?(/mingw/)
|
||||
# cannot repo locally
|
||||
omit 'Timeout Error on MinGW CI'
|
||||
elsif macos?(26,1)
|
||||
elsif macos?([26,1]..)
|
||||
omit 'Timeout Error on macOS 26.1+'
|
||||
else
|
||||
raise Timeout::Error
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user