From cc1ea6e0238a36c08a6255a6ac7a68c54ccafa4a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 11 May 2021 15:18:44 -0700 Subject: 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 --- test/resolv/test_dns.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/resolv') diff --git a/test/resolv/test_dns.rb b/test/resolv/test_dns.rb index d3c4b1f3e9..1f1555fecc 100644 --- a/test/resolv/test_dns.rb +++ b/test/resolv/test_dns.rb @@ -268,6 +268,7 @@ class TestResolvDNS < Test::Unit::TestCase end def test_no_server + skip if /mswin/ =~ RUBY_PLATFORM && ENV.key?('GITHUB_ACTIONS') # not working from the beginning u = UDPSocket.new u.bind("127.0.0.1", 0) _, port, _, host = u.addr -- cgit v1.2.1