ci: Add ability to exclude tests via ID in testExclusionList.json (#8774)

This commit is contained in:
Doug Drechsel
2023-10-18 16:39:41 -04:00
committed by GitHub
parent 5462834240
commit 93af48a8b4
2 changed files with 24 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
"equal": true,
"expectAsync": true,
"notEqual": true,
"it_id": true,
"it_only_db": true,
"it_only_mongodb_version": true,
"it_only_postgres_version": true,