Skip to content

Commit 4964b53

Browse files
fix adding tests from future
1 parent 10966b7 commit 4964b53

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
@@ -971,15 +971,6 @@ def test_client_prefetch_threads_setting(conn_cnx):
971971
assert conn.client_prefetch_threads == new_thread_count
972972

973973

974-
@pytest.mark.skipolddriver
975-
def test_client_fetch_threads_setting(conn_cnx):
976-
"""Tests whether client_fetch_threads is None by default and setting the parameter has effect."""
977-
with conn_cnx() as conn:
978-
assert conn.client_fetch_threads is None
979-
conn.client_fetch_threads = 32
980-
assert conn.client_fetch_threads == 32
981-
982-
983974
def test_connection_gc(conn_cnx):
984975
"""This test makes sure that a heartbeat thread doesn't prevent garbage collection of SnowflakeConnection."""
985976
conn = conn_cnx(client_session_keep_alive=True).__enter__()

0 commit comments

Comments
 (0)