File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ def test_query_ipv4_address
72
72
begin
73
73
OpenSSL
74
74
rescue LoadError
75
- skip 'autoload problem. see [ruby-dev:45021][Bug #5786]'
75
+ omit 'autoload problem. see [ruby-dev:45021][Bug #5786]'
76
76
end if defined? ( OpenSSL )
77
77
78
78
with_udp ( '127.0.0.1' , 0 ) { |u |
@@ -161,7 +161,7 @@ def test_query_ipv4_duplicate_responses
161
161
begin
162
162
OpenSSL
163
163
rescue LoadError
164
- skip 'autoload problem. see [ruby-dev:45021][Bug #5786]'
164
+ omit 'autoload problem. see [ruby-dev:45021][Bug #5786]'
165
165
end if defined? ( OpenSSL )
166
166
167
167
with_udp ( '127.0.0.1' , 0 ) { |u |
@@ -297,7 +297,7 @@ def test_query_ipv4_address_timeout
297
297
end
298
298
299
299
def test_no_server
300
- skip if /mswin/ =~ RUBY_PLATFORM && ENV . key? ( 'GITHUB_ACTIONS' ) # not working from the beginning
300
+ omit if /mswin/ =~ RUBY_PLATFORM && ENV . key? ( 'GITHUB_ACTIONS' ) # not working from the beginning
301
301
u = UDPSocket . new
302
302
u . bind ( "127.0.0.1" , 0 )
303
303
_ , port , _ , host = u . addr
@@ -314,7 +314,7 @@ def test_no_server
314
314
rescue Timeout ::Error
315
315
if RUBY_PLATFORM . match? ( /mingw/ )
316
316
# cannot repo locally
317
- skip 'Timeout Error on MinGW CI'
317
+ omit 'Timeout Error on MinGW CI'
318
318
else
319
319
raise Timeout ::Error
320
320
end
You can’t perform that action at this time.
0 commit comments