Skip to content

Commit bb9a84b

Browse files
sfc-gh-mkubiksfc-gh-fpawlowski
authored andcommitted
NO-SNOW skip out of range year test on old driver (#2243)
(cherry picked from commit 2ab3745)
1 parent f99bf21 commit bb9a84b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integ/test_cursor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,6 +1790,7 @@ def test_out_of_range_year(conn_cnx, result_format, cursor_type, fetch_method):
17901790
fetch_next_fn()
17911791

17921792

1793+
@pytest.mark.skipolddriver
17931794
@pytest.mark.parametrize("result_format", ("json", "arrow"))
17941795
def test_out_of_range_year_followed_by_correct_year(conn_cnx, result_format):
17951796
"""Tests whether the year 10000 is out of range exception is raised as expected."""

0 commit comments

Comments
 (0)