Commit 7ea87d22 authored by Denis Bilenko's avatar Denis Bilenko

disable test_urllib2net.OtherNetworkTests.test_sites_no_connection_close

parent 1364f74c
......@@ -84,6 +84,12 @@ disabled_tests = \
, 'test_urllib2net.TimeoutTest.test_http_timeout'
# accesses _sock.gettimeout() which is always in non-blocking mode
, 'test_urllib2net.OtherNetworkTests.test_urlwithfrag'
# fails dues to some changes on python.org
, 'test_urllib2net.OtherNetworkTests.test_sites_no_connection_close'
# flaky
, 'test_socket.UDPTimeoutTest.testUDPTimeout'
# has a bug which makes it fail with error: (107, 'Transport endpoint is not connected')
# (it creates a TCP socket, not UDP)
......@@ -134,8 +140,6 @@ disabled_tests = \
, 'test_thread.TestForkInThread.test_forkinthread'
# XXX needs investigating
, 'test_urllib2net.OtherNetworkTests.test_urlwithfrag'
# fails dues to some changes on python.org
]
......
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