Skip to content

Commit 1b0b174

Browse files
committed
PYTHON-1786 Skip test_cursor.TestCursor.test_comment until SERVER-40270 is resolved
1 parent 599e2d7 commit 1b0b174

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)