Skip to content

Commit 09b545d

Browse files
committed
Fix platform requirements
1 parent 4906897 commit 09b545d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/asynchronous/test_async_cancellation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ async def task():
7171

7272
self.assertFalse(session.in_transaction)
7373

74+
@async_client_context.require_failCommand_blockConnection
7475
async def test_async_cancellation_closes_cursor(self):
7576
client = await self.async_rs_or_single_client()
7677
await connected(client)
@@ -102,6 +103,7 @@ async def task():
102103

103104
self.assertTrue(cursor._killed)
104105

106+
@async_client_context.require_change_streams
105107
async def test_async_cancellation_closes_change_stream(self):
106108
client = await self.async_rs_or_single_client()
107109
await connected(client)

0 commit comments

Comments
 (0)