We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b545d commit cbc1160Copy full SHA for cbc1160
test/asynchronous/test_async_cancellation.py
@@ -104,6 +104,7 @@ async def task():
104
self.assertTrue(cursor._killed)
105
106
@async_client_context.require_change_streams
107
+ @async_client_context.require_failCommand_blockConnection
108
async def test_async_cancellation_closes_change_stream(self):
109
client = await self.async_rs_or_single_client()
110
await connected(client)
0 commit comments