Skip to content

Commit

Permalink
latest spec sync
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Aug 16, 2024
1 parent d5a8631 commit 92f9317
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ describe('Client Side Encryption (Legacy)', function () {
}

if (isServerless) {
if (description === "Compact works with 'range' fields") {
return 'TODO(NODE-6332): fix compactStructuredEncryptionData against serverless';
}
// TODO(NODE-4730): Fix failing csfle tests against serverless
const isSkippedTest = [
'BypassQueryAnalysis decrypts',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"replicaset",
"sharded",
"load-balanced"
]
],
"serverless": "forbid"
}
],
"database_name": "default",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ runOn:
- minServerVersion: "8.0.0" # Require range v2 support on server.
# FLE 2 Encrypted collections are not supported on standalone.
topology: [ "replicaset", "sharded", "load-balanced" ]
serverless: forbid # Skip on serverless until CLOUDP-267864 is resolved.
database_name: "default"
collection_name: &collection_name "default"
data: []
Expand Down

0 comments on commit 92f9317

Please sign in to comment.