Skip to content

Commit da97572

Browse files
authored
PYTHON-2807 Skip OP_KILL_CURSORS test on 5.0+ (#674)
1 parent 5714a93 commit da97572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_legacy_api.py

+1
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,7 @@ def raises_cursor_not_found():
13741374

13751375
wait_until(raises_cursor_not_found, 'close cursor')
13761376

1377+
@client_context.require_version_max(4, 9, 99) # SERVER-57457
13771378
def test_kill_cursors_with_tuple(self):
13781379
# Some evergreen distros (Debian 7.1) still test against 3.6.5 where
13791380
# OP_KILL_CURSORS does not work.

0 commit comments

Comments
 (0)