Skip to content

Commit

Permalink
fix tests on serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Aug 28, 2024
1 parent b7fdbe6 commit c1e1186
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ describe('Client Side Encryption (Legacy)', function () {
}

if (isServerless) {
if (description === "Compact works with 'range' fields") {
return 'TODO(CLOUDP-267864): fix compactStructuredEncryptionData against serverless';
}
// TODO(NODE-4730): Fix failing csfle tests against serverless
const isSkippedTest = [
'BypassQueryAnalysis decrypts',
Expand Down

0 comments on commit c1e1186

Please sign in to comment.