Skip to content

Commit 02aeda8

Browse files
[Async] Apply #2256 to async code
1 parent 53969eb commit 02aeda8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integ/aio/test_cursor_async.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,6 +1871,7 @@ async def test_fetch_download_timeout_setting(conn_cnx):
18711871
assert len(await (await cur.execute(sql)).fetchall()) == 100000
18721872

18731873

1874+
@pytest.mark.skipolddriver
18741875
@pytest.mark.parametrize(
18751876
"request_id",
18761877
[
@@ -1892,6 +1893,7 @@ async def test_custom_request_id_negative(request_id, conn_cnx):
18921893
)
18931894

18941895

1896+
@pytest.mark.skipolddriver
18951897
async def test_custom_request_id(conn_cnx):
18961898
request_id = uuid.uuid4()
18971899

0 commit comments

Comments
 (0)