Skip to content

Commit 92f9317

Browse files
latest spec sync
1 parent d5a8631 commit 92f9317

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

test/integration/client-side-encryption/client_side_encryption.spec.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ describe('Client Side Encryption (Legacy)', function () {
9797
}
9898

9999
if (isServerless) {
100-
if (description === "Compact works with 'range' fields") {
101-
return 'TODO(NODE-6332): fix compactStructuredEncryptionData against serverless';
102-
}
103100
// TODO(NODE-4730): Fix failing csfle tests against serverless
104101
const isSkippedTest = [
105102
'BypassQueryAnalysis decrypts',

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"replicaset",
77
"sharded",
88
"load-balanced"
9-
]
9+
],
10+
"serverless": "forbid"
1011
}
1112
],
1213
"database_name": "default",

test/spec/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)