summaryrefslogtreecommitdiff
path: root/tool/test/webrick
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-05-11 15:18:44 -0700
committerGitHub <noreply@github.com>2021-05-11 15:18:44 -0700
commitcc1ea6e0238a36c08a6255a6ac7a68c54ccafa4a (patch)
tree40ee476f63d54c93c3c4502884304034f3022855 /tool/test/webrick
parent07f055bb132f21fd71af2720382ad8d2e8f69e47 (diff)
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
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to 'tool/test/webrick')
-rw-r--r--tool/test/webrick/test_filehandler.rb1
-rw-r--r--tool/test/webrick/test_httpproxy.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/tool/test/webrick/test_filehandler.rb b/tool/test/webrick/test_filehandler.rb
index 998e03f690..146d8ce792 100644
--- a/tool/test/webrick/test_filehandler.rb
+++ b/tool/test/webrick/test_filehandler.rb
@@ -247,6 +247,7 @@ class WEBrick::TestFileHandler < Test::Unit::TestCase
def test_short_filename
return if File.executable?(__FILE__) # skip on strange file system
+ return if /mswin/ =~ RUBY_PLATFORM && ENV.key?('GITHUB_ACTIONS') # not working from the beginning
config = {
:CGIInterpreter => TestWEBrick::RubyBin,
diff --git a/tool/test/webrick/test_httpproxy.rb b/tool/test/webrick/test_httpproxy.rb
index 1c2f2fce52..66dae6f6f6 100644
--- a/tool/test/webrick/test_httpproxy.rb
+++ b/tool/test/webrick/test_httpproxy.rb
@@ -323,6 +323,7 @@ class TestWEBrickHTTPProxy < Test::Unit::TestCase
end if defined?(OpenSSL::SSL)
def test_upstream_proxy
+ return if /mswin/ =~ RUBY_PLATFORM && ENV.key?('GITHUB_ACTIONS') # not working from the beginning
# Testing GET or POST through the upstream proxy server
# Note that the upstream proxy server works as the origin server.
# +------+