We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390bea9 commit 5662570Copy full SHA for 5662570
test/test_client.py
@@ -1615,6 +1615,8 @@ def test_direct_connection(self):
1615
with self.assertRaises(ConfigurationError):
1616
MongoClient(['host1', 'host2'], directConnection=True)
1617
1618
+ @unittest.skipIf(sys.platform.startswith('java'),
1619
+ 'Jython does not support gc.get_objects')
1620
def test_continuous_network_errors(self):
1621
def server_description_count():
1622
i = 0
0 commit comments