Skip to content

Commit f5a1899

Browse files
authored
DRIVERS-2776 skip serverless in range compact test (#1633)
1 parent 10c7e2e commit f5a1899

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

source/client-side-encryption/etc/test-templates/fle2v2-Rangev2-Compact.yml.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ runOn:
33
- minServerVersion: "8.0.0" # Require range v2 support on server.
44
# FLE 2 Encrypted collections are not supported on standalone.
55
topology: [ "replicaset", "sharded", "load-balanced" ]
6+
serverless: forbid # Skip on serverless until CLOUDP-267864 is resolved.
67
database_name: "default"
78
collection_name: &collection_name "default"
89
data: []

source/client-side-encryption/tests/legacy/fle2v2-Rangev2-Compact.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/client-side-encryption/tests/legacy/fle2v2-Rangev2-Compact.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ runOn:
33
- minServerVersion: "8.0.0" # Require range v2 support on server.
44
# FLE 2 Encrypted collections are not supported on standalone.
55
topology: [ "replicaset", "sharded", "load-balanced" ]
6+
serverless: forbid # Skip on serverless until CLOUDP-267864 is resolved.
67
database_name: "default"
78
collection_name: &collection_name "default"
89
data: []

0 commit comments

Comments
 (0)