Skip to content

Commit 0f42bd7

Browse files
[Async] Apply #2243 to async code
1 parent bb9a84b commit 0f42bd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integ/aio/test_cursor_async.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,6 +1749,7 @@ async def test_out_of_range_year(conn_cnx, result_format, cursor_type, fetch_met
17491749
await fetch_next_fn()
17501750

17511751

1752+
@pytest.mark.skipolddriver
17521753
@pytest.mark.parametrize("result_format", ("json", "arrow"))
17531754
async def test_out_of_range_year_followed_by_correct_year(conn_cnx, result_format):
17541755
"""Tests whether the year 10000 is out of range exception is raised as expected."""

0 commit comments

Comments
 (0)