PYTHON-1491 Enable OP_KILL_CURSORS test

(cherry picked from commit 59c3a22115)
This commit is contained in:
Shane Harvey 2019-03-12 16:37:51 -07:00
parent c7f5b1b1fe
commit a583eec290

View File

@ -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()