We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb37dc7 commit b1297ddCopy full SHA for b1297dd
.evergreen/remove-unimplemented-tests.sh
@@ -41,8 +41,7 @@ rm $PYMONGO/test/index_management/index-rawdata.json
41
rm $PYMONGO/test/collection_management/modifyCollection-*.json
42
43
# PYTHON-5248 - Remove support for MongoDB 4.0
44
-rm $PYMONGO/test/**/pre-42-*.json
45
-rm $PYMONGO/test/**/**/pre-42-*.json
+find /$PYMONGO /test -type f -name 'pre-42-*.json' -delete
46
47
# PYTHON-3359 - Remove Database and Collection level timeout override
48
rm $PYMONGO/test/csot/override-collection-timeoutMS.json
0 commit comments