Skip to content

Commit f2ec811

Browse files
Merge branch 'main' into SNOW-2011595-snowflake-connector-for-python-logging-presigned-ur-ls
2 parents bdf60f2 + cc563d8 commit f2ec811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integ/test_cursor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,6 +1967,7 @@ def test_nanoarrow_usage_deprecation():
19671967
)
19681968

19691969

1970+
@pytest.mark.skipolddriver
19701971
@pytest.mark.parametrize(
19711972
"request_id",
19721973
[
@@ -1988,6 +1989,7 @@ def test_custom_request_id_negative(request_id, conn_cnx):
19881989
)
19891990

19901991

1992+
@pytest.mark.skipolddriver
19911993
def test_custom_request_id(conn_cnx):
19921994
request_id = uuid.uuid4()
19931995

0 commit comments

Comments
 (0)