diff --git a/driver-core/src/test/resources/unified-test-format/index-management/createSearchIndex.json b/driver-core/src/test/resources/unified-test-format/index-management/createSearchIndex.json index 327cb612593..f4f2a6c6612 100644 --- a/driver-core/src/test/resources/unified-test-format/index-management/createSearchIndex.json +++ b/driver-core/src/test/resources/unified-test-format/index-management/createSearchIndex.json @@ -28,7 +28,17 @@ ], "runOnRequirements": [ { - "minServerVersion": "7.0.0", + "minServerVersion": "7.0.5", + "maxServerVersion": "7.0.99", + "topologies": [ + "replicaset", + "load-balanced", + "sharded" + ], + "serverless": "forbid" + }, + { + "minServerVersion": "7.2.0", "topologies": [ "replicaset", "load-balanced", diff --git a/driver-core/src/test/resources/unified-test-format/index-management/createSearchIndexes.json b/driver-core/src/test/resources/unified-test-format/index-management/createSearchIndexes.json index d91d7d9cf3c..01300b1b7f4 100644 --- a/driver-core/src/test/resources/unified-test-format/index-management/createSearchIndexes.json +++ b/driver-core/src/test/resources/unified-test-format/index-management/createSearchIndexes.json @@ -28,7 +28,17 @@ ], "runOnRequirements": [ { - "minServerVersion": "7.0.0", + "minServerVersion": "7.0.5", + "maxServerVersion": "7.0.99", + "topologies": [ + "replicaset", + "load-balanced", + "sharded" + ], + "serverless": "forbid" + }, + { + "minServerVersion": "7.2.0", "topologies": [ "replicaset", "load-balanced",