We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3242ebb commit 9aa5bb7Copy full SHA for 9aa5bb7
test/test_legacy_api.py
@@ -1263,6 +1263,7 @@ def test_ensure_index(self):
1263
# Clean up indexes for later tests
1264
db.test.drop_indexes()
1265
1266
+ @client_context.require_version_max(4, 1) # PYTHON-1734
1267
def test_ensure_index_threaded(self):
1268
coll = self.db.threaded_index_creation
1269
index_docs = []
@@ -1323,6 +1324,7 @@ def run(self):
1323
1324
finally:
1325
coll.drop()
1326
1327
1328
def test_ensure_unique_index_threaded(self):
1329
coll = self.db.test_unique_threaded
1330
0 commit comments