We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1cb0b commit 0de88c5Copy full SHA for 0de88c5
test/test_cgi_server.rb
@@ -29,6 +29,9 @@ def setup_http_server_option(use_ssl)
29
end
30
31
def test_client_server
32
+ # The CGI file does not work on Windows
33
+ skip if RUBY_PLATFORM =~ /(mswin|mingw)/
34
+
35
# NOTE: I don't enable SSL testing as this hangs
36
Tempfile.create("cgi-bin") do |tempfile|
37
tempfile.write(cgi_bin_script)
0 commit comments