1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip tests not working in mswin GitHub Actions

This commit is contained in:
Takashi Kokubun 2021-05-10 21:22:42 -07:00
parent 549081438b
commit 544d2575fc
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD
2 changed files with 2 additions and 0 deletions

View file

@ -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,

View file

@ -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.
# +------+