File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,6 @@ def test_unwise_in_path
247
247
248
248
def test_short_filename
249
249
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
251
250
252
251
config = {
253
252
:CGIInterpreter => TestWEBrick ::RubyBin ,
Original file line number Diff line number Diff line change @@ -323,7 +323,6 @@ def test_connect
323
323
end if defined? ( OpenSSL ::SSL )
324
324
325
325
def test_upstream_proxy
326
- return if /mswin/ =~ RUBY_PLATFORM && ENV . key? ( 'GITHUB_ACTIONS' ) # not working from the beginning
327
326
# Testing GET or POST through the upstream proxy server
328
327
# Note that the upstream proxy server works as the origin server.
329
328
# +------+
You can’t perform that action at this time.
0 commit comments