Skip to content

Commit f887707

Browse files
committed
PYTHON-1786 Skip test_cursor.TestCursor.test_comment until SERVER-40270 is resolved
(cherry picked from commit 1b0b174)
1 parent c145356 commit f887707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_cursor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,7 @@ def test_with_statement(self):
12181218
self.assertTrue(c1.alive)
12191219

12201220
@client_context.require_no_mongos
1221+
@client_context.require_version_max(4, 1, 8)
12211222
@ignore_deprecations
12221223
def test_comment(self):
12231224
if client_context.auth_enabled:

0 commit comments

Comments
 (0)