Skip to content

Commit e1f8ad7

Browse files
committed
Revert "Skip tests not working in mswin GitHub Actions"
This reverts commit 544d257.
1 parent 8f0dc01 commit e1f8ad7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tool/test/webrick/test_filehandler.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ 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
251250

252251
config = {
253252
:CGIInterpreter => TestWEBrick::RubyBin,

tool/test/webrick/test_httpproxy.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ 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
327326
# Testing GET or POST through the upstream proxy server
328327
# Note that the upstream proxy server works as the origin server.
329328
# +------+

0 commit comments

Comments
 (0)