There was an error while loading. Please reload this page.
1 parent b1939e1 commit 0cc968cCopy full SHA for 0cc968c
test/test_database.py
@@ -375,6 +375,7 @@ def test_validate_collection(self):
375
self.assertTrue(db.validate_collection(db.test, True, True))
376
377
@client_context.require_version_min(4, 3, 3)
378
+ @client_context.require_no_standalone
379
def test_validate_collection_background(self):
380
db = self.client.pymongo_test
381
db.test.insert_one({"dummy": "object"})
0 commit comments