Skip to content

Commit 929ab47

Browse files
committed
resync crud-api-version-1.json test
Include `runOnRequirements` to skip server versions less than 8.0
1 parent 86df225 commit 929ab47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/libmongoc/tests/json/versioned_api/crud-api-version-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,11 @@
429429
},
430430
{
431431
"description": "client bulkWrite appends declared API version",
432+
"runOnRequirements": [
433+
{
434+
"minServerVersion": "8.0"
435+
}
436+
],
432437
"operations": [
433438
{
434439
"name": "clientBulkWrite",

0 commit comments

Comments
 (0)