Skip to content

Commit 53969eb

Browse files
sfc-gh-mkubiksfc-gh-fpawlowski
authored andcommitted
NO-SNOW skip tests of custom requestId on olddriver (#2256)
(cherry picked from commit cc563d8)
1 parent bd4554d commit 53969eb

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
@@ -1917,6 +1917,7 @@ def test_nanoarrow_usage_deprecation():
19171917
)
19181918

19191919

1920+
@pytest.mark.skipolddriver
19201921
@pytest.mark.parametrize(
19211922
"request_id",
19221923
[
@@ -1938,6 +1939,7 @@ def test_custom_request_id_negative(request_id, conn_cnx):
19381939
)
19391940

19401941

1942+
@pytest.mark.skipolddriver
19411943
def test_custom_request_id(conn_cnx):
19421944
request_id = uuid.uuid4()
19431945

0 commit comments

Comments
 (0)