Skip to content

Commit d683f13

Browse files
[Async] Apply #2243 to async code
1 parent 10b1ea7 commit d683f13

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
@@ -1750,6 +1750,7 @@ async def test_out_of_range_year(conn_cnx, result_format, cursor_type, fetch_met
17501750
await fetch_next_fn()
17511751

17521752

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

0 commit comments

Comments
 (0)