Skip to content

Commit 0de88c5

Browse files
committed
Skip tests on Windows
The do not work out of the box, I'm sure this can be fixed but I have no idea how to do that.
1 parent 2b1cb0b commit 0de88c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_cgi_server.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ def setup_http_server_option(use_ssl)
2929
end
3030

3131
def test_client_server
32+
# The CGI file does not work on Windows
33+
skip if RUBY_PLATFORM =~ /(mswin|mingw)/
34+
3235
# NOTE: I don't enable SSL testing as this hangs
3336
Tempfile.create("cgi-bin") do |tempfile|
3437
tempfile.write(cgi_bin_script)

0 commit comments

Comments
 (0)