We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae44b12 commit dda54daCopy full SHA for dda54da
tests/e2e/driver_tests.py
@@ -458,6 +458,7 @@ def test_temp_view_fetch(self):
458
# once what is being returned has stabilised
459
460
@skipIf(pysql_has_version('<', '2'), 'requires pysql v2')
461
+ @skipIf(True, "Unclear the purpose of this test since urllib3 does not complain when timeout == 0")
462
def test_socket_timeout(self):
463
# We we expect to see a BlockingIO error when the socket is opened
464
# in non-blocking mode, since no poll is done before the read
0 commit comments