File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -380,6 +380,7 @@ async def test_use_after_close(self):
380380 is_greenthread_patched (),
381381 "gevent and eventlet do not support POSIX-style forking." ,
382382 )
383+ @async_client_context .require_sync
383384 async def test_fork (self ):
384385 opts = AutoEncryptionOpts (KMS_PROVIDERS , "keyvault.datakeys" )
385386 client = await self .async_rs_or_single_client (auto_encryption_opts = opts )
Original file line number Diff line number Diff line change @@ -380,6 +380,7 @@ def test_use_after_close(self):
380380 is_greenthread_patched (),
381381 "gevent and eventlet do not support POSIX-style forking." ,
382382 )
383+ @client_context .require_sync
383384 def test_fork (self ):
384385 opts = AutoEncryptionOpts (KMS_PROVIDERS , "keyvault.datakeys" )
385386 client = self .rs_or_single_client (auto_encryption_opts = opts )
You can’t perform that action at this time.
0 commit comments