Skip to content

Commit 19ae4d1

Browse files
[SNOW-812398] Ignore tests on olddriver (#1563)
1 parent 7e77f7f commit 19ae4d1

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
@@ -1088,6 +1088,7 @@ def test_rownumber(conn):
10881088
assert cur.rownumber == 1
10891089

10901090

1091+
@pytest.mark.skipolddriver
10911092
def test_last_result(conn):
10921093
"""Checks whether get_last_request_json is returned as expected."""
10931094
with conn() as cnx:
@@ -1102,6 +1103,7 @@ def test_last_result(conn):
11021103
assert "message" in return_val
11031104

11041105

1106+
@pytest.mark.skipolddriver
11051107
def test_last_result_for_get_results_api(conn):
11061108
"""Checks whether get_last_request_json for get_results_from_sfqid is returned as expected."""
11071109
with conn() as cnx:

0 commit comments

Comments
 (0)