We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6215cb3 commit 63be9f0Copy full SHA for 63be9f0
test/integ/aio/test_connection_async.py
@@ -961,6 +961,7 @@ async def test_client_prefetch_threads_setting(conn_cnx):
961
assert conn.client_prefetch_threads == new_thread_count
962
963
964
+@pytest.mark.skip(reason="Test stopped working after account setup change")
965
@pytest.mark.external
966
async def test_client_failover_connection_url(conn_cnx):
967
async with conn_cnx("client_failover") as conn:
0 commit comments