Skip to content

Commit f167252

Browse files
ShaneHarveybehackett
authored andcommitted
PYTHON-1204 Disable test_client_disconnect
1 parent 7024a50 commit f167252

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_threads.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def test_safe_update(self):
183183
error.join()
184184
okay.join()
185185

186+
@unittest.skip("PYTHON-1204")
186187
def test_client_disconnect(self):
187188
self.db.drop_collection("test")
188189
self.db.test.insert_many([{"x": i} for i in range(1000)])

0 commit comments

Comments
 (0)