disable google cookie test

This commit is contained in:
Praveen Arimbrathodiyil 2017-04-11 16:32:40 +05:30
parent 7221cddbac
commit 16af57d204
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
Index: ruby-rack-proxy/test/rack_proxy_test.rb
===================================================================
--- ruby-rack-proxy.orig/test/rack_proxy_test.rb
+++ ruby-rack-proxy/test/rack_proxy_test.rb
@@ -28,12 +28,12 @@ class RackProxyTest < Test::Unit::TestCa
assert_match(/Jacek Becela/, last_response.body)
end
- def test_http_full_request_headers
- app(:streaming => false)
- app.host = 'www.google.com'
- get "/"
- assert !Array(last_response['Set-Cookie']).empty?, 'Google always sets a cookie, yo. Where my cookies at?!'
- end
+# def test_http_full_request_headers
+# app(:streaming => false)
+# app.host = 'www.google.com'
+# get "/"
+# assert !Array(last_response['Set-Cookie']).empty?, 'Google always sets a cookie, yo. Where my cookies at?!'
+# end
def test_https_streaming
app.host = 'www.apple.com'

View File

@ -1 +1,2 @@
remove-rubygems.patch
disable-google-cookie-test.patch