Skip to content

Commit 925ae7a

Browse files
committed
get rid off failover
1 parent 827f130 commit 925ae7a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/integ/test_connection.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,15 +1203,6 @@ def test_client_fetch_threads_setting(conn_cnx):
12031203
assert conn.client_fetch_threads == 32
12041204

12051205

1206-
@pytest.mark.external
1207-
def test_client_failover_connection_url(conn_cnx):
1208-
with conn_cnx("client_failover") as conn:
1209-
with conn.cursor() as cur:
1210-
assert cur.execute("select 1;").fetchall() == [
1211-
(1,),
1212-
]
1213-
1214-
12151206
def test_connection_gc(conn_cnx):
12161207
"""This test makes sure that a heartbeat thread doesn't prevent garbage collection of SnowflakeConnection."""
12171208
conn = conn_cnx(client_session_keep_alive=True).__enter__()

0 commit comments

Comments
 (0)