Skip to content

Commit 0cc968c

Browse files
PYTHON-4072 Add test decorator turning off test.test_database.TestDat… (mongodb#1449)
1 parent b1939e1 commit 0cc968c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_database.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ def test_validate_collection(self):
375375
self.assertTrue(db.validate_collection(db.test, True, True))
376376

377377
@client_context.require_version_min(4, 3, 3)
378+
@client_context.require_no_standalone
378379
def test_validate_collection_background(self):
379380
db = self.client.pymongo_test
380381
db.test.insert_one({"dummy": "object"})

0 commit comments

Comments
 (0)