File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -380,9 +380,9 @@ async def test_use_after_close(self):
380
380
is_greenthread_patched (),
381
381
"gevent and eventlet do not support POSIX-style forking." ,
382
382
)
383
- @unittest .skipIf ("PyPy" in sys .version , "PYTHON-4738 fails often on PyPy" )
384
383
@async_client_context .require_sync
385
384
async def test_fork (self ):
385
+ self .skipTest ("Test is flaky, PYTHON-4738" )
386
386
opts = AutoEncryptionOpts (KMS_PROVIDERS , "keyvault.datakeys" )
387
387
client = await self .async_rs_or_single_client (auto_encryption_opts = opts )
388
388
Original file line number Diff line number Diff line change @@ -380,9 +380,9 @@ def test_use_after_close(self):
380
380
is_greenthread_patched (),
381
381
"gevent and eventlet do not support POSIX-style forking." ,
382
382
)
383
- @unittest .skipIf ("PyPy" in sys .version , "PYTHON-4738 fails often on PyPy" )
384
383
@client_context .require_sync
385
384
def test_fork (self ):
385
+ self .skipTest ("Test is flaky, PYTHON-4738" )
386
386
opts = AutoEncryptionOpts (KMS_PROVIDERS , "keyvault.datakeys" )
387
387
client = self .rs_or_single_client (auto_encryption_opts = opts )
388
388
You can’t perform that action at this time.
0 commit comments