diff --git a/test/test_legacy_api.py b/test/test_legacy_api.py index 1978148909..8a27f075f2 100644 --- a/test/test_legacy_api.py +++ b/test/test_legacy_api.py @@ -1374,6 +1374,7 @@ def raises_cursor_not_found(): wait_until(raises_cursor_not_found, 'close cursor') + @client_context.require_version_max(4, 9, 99) # SERVER-57457 def test_kill_cursors_with_tuple(self): # Some evergreen distros (Debian 7.1) still test against 3.6.5 where # OP_KILL_CURSORS does not work.