PYTHON-5283 - Skip test.test_monitor.TestMonitor.test_cleanup_executo… (#2268)
This commit is contained in:
parent
fafa00e9e3
commit
3c2ce16ad8
@ -57,6 +57,7 @@ class TestMonitor(AsyncIntegrationTest):
|
||||
await connected(client)
|
||||
return client
|
||||
|
||||
@unittest.skipIf("PyPy" in sys.version, "PYTHON-5283 fails often on PyPy")
|
||||
async def test_cleanup_executors_on_client_del(self):
|
||||
with warnings.catch_warnings(record=True) as w:
|
||||
warnings.simplefilter("always")
|
||||
|
||||
@ -57,6 +57,7 @@ class TestMonitor(IntegrationTest):
|
||||
connected(client)
|
||||
return client
|
||||
|
||||
@unittest.skipIf("PyPy" in sys.version, "PYTHON-5283 fails often on PyPy")
|
||||
def test_cleanup_executors_on_client_del(self):
|
||||
with warnings.catch_warnings(record=True) as w:
|
||||
warnings.simplefilter("always")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user