Skip to content

Commit 6d25cc8

Browse files
k0kubunhsbt
authored andcommitted
Run nmake check on Actions (#4487)
* Run nmake check on Actions * Skip tests not working in mswin GitHub Actions * Override TEMP * Revert "Skip tests not working in mswin GitHub Actions" This reverts commit 544d2575fcdf23ae63cd25aa03fce10c28b259f2. * Revert "Revert "Skip tests not working in mswin GitHub Actions"" This reverts commit e1f8ad7862c9c4be52dc6e1031a004621eb07e6e. * Fix timeouts * Skip some more broken tests * Update windows.yml * Add a guard for rbasic_spec * Revert "Update windows.yml" This reverts commit bc9694b6b3b9594d406378d15ca11723fb052bc8. * Skip the ensure clause * Simplify the ensure
1 parent db70f32 commit 6d25cc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/resolv/test_dns.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ def test_query_ipv4_address_timeout
297297
end
298298

299299
def test_no_server
300+
skip if /mswin/ =~ RUBY_PLATFORM && ENV.key?('GITHUB_ACTIONS') # not working from the beginning
300301
u = UDPSocket.new
301302
u.bind("127.0.0.1", 0)
302303
_, port, _, host = u.addr

0 commit comments

Comments
 (0)