Skip to content

Commit aea5126

Browse files
fix tests on serverless
1 parent e3f2f2b commit aea5126

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
@@ -97,6 +97,9 @@ describe('Client Side Encryption (Legacy)', function () {
9797
}
9898

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

0 commit comments

Comments
 (0)