Skip to content

Commit 10b1ea7

Browse files
[Async] Apply #2256 to async code
1 parent 428c22b commit 10b1ea7

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
@@ -1923,6 +1923,7 @@ async def test_fetch_download_timeout_setting(conn_cnx):
19231923
assert len(await (await cur.execute(sql)).fetchall()) == 100000
19241924

19251925

1926+
@pytest.mark.skipolddriver
19261927
@pytest.mark.parametrize(
19271928
"request_id",
19281929
[
@@ -1944,6 +1945,7 @@ async def test_custom_request_id_negative(request_id, conn_cnx):
19441945
)
19451946

19461947

1948+
@pytest.mark.skipolddriver
19471949
async def test_custom_request_id(conn_cnx):
19481950
request_id = uuid.uuid4()
19491951

0 commit comments

Comments
 (0)