File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ def test_unwise_in_path
247247
248248 def test_short_filename
249249 return if File . executable? ( __FILE__ ) # skip on strange file system
250+ return if /mswin/ =~ RUBY_PLATFORM && ENV . key? ( 'GITHUB_ACTIONS' ) # not working from the beginning
250251
251252 config = {
252253 :CGIInterpreter => TestWEBrick ::RubyBin ,
Original file line number Diff line number Diff line change @@ -323,6 +323,7 @@ def test_connect
323323 end if defined? ( OpenSSL ::SSL )
324324
325325 def test_upstream_proxy
326+ return if /mswin/ =~ RUBY_PLATFORM && ENV . key? ( 'GITHUB_ACTIONS' ) # not working from the beginning
326327 # Testing GET or POST through the upstream proxy server
327328 # Note that the upstream proxy server works as the origin server.
328329 # +------+
You can’t perform that action at this time.
0 commit comments