PYTHON-1204 Disable test_client_disconnect

This commit is contained in:
Shane Harvey 2017-01-20 09:31:56 -08:00 committed by Bernie Hackett
parent 7024a50ab2
commit f167252148

View File

@ -183,6 +183,7 @@ class TestThreads(IntegrationTest):
error.join()
okay.join()
@unittest.skip("PYTHON-1204")
def test_client_disconnect(self):
self.db.drop_collection("test")
self.db.test.insert_many([{"x": i} for i in range(1000)])