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