File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -971,15 +971,6 @@ def test_client_prefetch_threads_setting(conn_cnx):
971
971
assert conn .client_prefetch_threads == new_thread_count
972
972
973
973
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
-
983
974
def test_connection_gc (conn_cnx ):
984
975
"""This test makes sure that a heartbeat thread doesn't prevent garbage collection of SnowflakeConnection."""
985
976
conn = conn_cnx (client_session_keep_alive = True ).__enter__ ()
You can’t perform that action at this time.
0 commit comments