PYTHON-2433 Skip test_continuous_network_errors on Jython

(cherry picked from commit 92aed33694)
This commit is contained in:
Shane Harvey 2020-11-20 22:19:37 -08:00
parent 31cd753e17
commit 215feecc44

View File

@ -1615,6 +1615,8 @@ class TestClient(IntegrationTest):
with self.assertRaises(ConfigurationError):
MongoClient(['host1', 'host2'], directConnection=True)
@unittest.skipIf(sys.platform.startswith('java'),
'Jython does not support gc.get_objects')
def test_continuous_network_errors(self):
def server_description_count():
i = 0