Skip to content

Commit 592fd95

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 1668800 commit 592fd95

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)