Fix condition for Timeout Error with >= macOS 26.1

This commit is contained in:
Hiroshi SHIBATA 2025-11-10 11:10:15 +09:00
parent a43acf9a3f
commit 8fa29a75ab
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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