From a583eec2902cb848f81972d7d3b331a6b0d2e0d9 Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Tue, 12 Mar 2019 16:37:51 -0700 Subject: [PATCH] PYTHON-1491 Enable OP_KILL_CURSORS test (cherry picked from commit 59c3a22115bcbfdb71f5b84c1e82d888674a3948) --- test/test_legacy_api.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test_legacy_api.py b/test/test_legacy_api.py index 2daa66797..af62c3eca 100644 --- a/test/test_legacy_api.py +++ b/test/test_legacy_api.py @@ -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()