Commit 6e28fd80 authored by Jason Madden's avatar Jason Madden

One more test that fails on Travis. Although we're getting lots of failures...

One more test that fails on Travis. Although we're getting lots of failures there now as it works to deal with the backlog of builds due to the DNS issues (we're timing sensitive).
parent 198b1663
......@@ -372,6 +372,7 @@ if hasattr(sys, 'pypy_version_info') and sys.version_info[:2] == (3, 3):
'test_ssl.NetworkedTests.test_connect_with_context',
'test_ssl.NetworkedTests.test_get_server_certificate',
'test_httplib.HTTPSTest.test_networked_bad_cert',
'test_httplib.HTTPSTest.test_networked_good_cert',
]
disabled_tests += [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment