Skip to content

Commit 497998d

Browse files
aherlihybehackett
authored andcommitted
Skip find monitoring tests for > 3.1.5
1 parent 1a3aeea commit 497998d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_command_monitoring_spec.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ def run_scenario(self):
118118
except OperationFailure:
119119
pass
120120
elif name == 'find':
121+
# XXX: Skip killCursors test when using the find command.
122+
if (client_context.version.at_least(3, 1, 1) and
123+
'limit' in args):
124+
continue
121125
if 'sort' in args:
122126
args['sort'] = list(args['sort'].items())
123127
try:

0 commit comments

Comments
 (0)