PYTHON-1491 Enable OP_KILL_CURSORS test
(cherry picked from commit 59c3a22115)
This commit is contained in:
parent
c7f5b1b1fe
commit
a583eec290
@ -1379,10 +1379,6 @@ class TestLegacy(IntegrationTest):
|
||||
wait_until(raises_cursor_not_found, 'close cursor')
|
||||
|
||||
def test_kill_cursors_with_tuple(self):
|
||||
if (client_context.version[:2] == (3, 6)
|
||||
and client_context.auth_enabled):
|
||||
raise SkipTest("SERVER-33553")
|
||||
|
||||
coll = self.client.pymongo_test.test
|
||||
coll.drop()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user