Skip to content

Commit c1e1186

Browse files
fix tests on serverless
1 parent b7fdbe6 commit c1e1186

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

9696
if (isServerless) {
97+
if (description === "Compact works with 'range' fields") {
98+
return 'TODO(CLOUDP-267864): fix compactStructuredEncryptionData against serverless';
99+
}
97100
// TODO(NODE-4730): Fix failing csfle tests against serverless
98101
const isSkippedTest = [
99102
'BypassQueryAnalysis decrypts',

0 commit comments

Comments
 (0)