Skip to content

Commit

Permalink
Try Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 9, 2024
1 parent a4e8842 commit 293bfc3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/open-uri/test_ssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def test_bad_ssl_version
end

def test_proxy_cacert_file
pend if RUBY_PLATFORM =~ /mswin|mingw/

url = nil
proxy_log_tester = lambda {|proxy_log, proxy_access_log|
assert_equal(1, proxy_access_log.length)
Expand All @@ -94,8 +92,6 @@ def test_proxy_cacert_file
end

def test_proxy_cacert_dir
pend if RUBY_PLATFORM =~ /mswin|mingw/

url = nil
proxy_log_tester = lambda {|proxy_log, proxy_access_log|
assert_equal(1, proxy_access_log.length)
Expand Down

0 comments on commit 293bfc3

Please sign in to comment.