Skip to content

Commit fba0ce8

Browse files
[Async] Apply #2256 to async code
1 parent 7268f70 commit fba0ce8

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

19261926

1927+
@pytest.mark.skipolddriver
19271928
@pytest.mark.parametrize(
19281929
"request_id",
19291930
[
@@ -1945,6 +1946,7 @@ async def test_custom_request_id_negative(request_id, conn_cnx):
19451946
)
19461947

19471948

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

0 commit comments

Comments
 (0)