Skip to content

Commit 874521c

Browse files
test(NODE-4962): sync range index spec tests (#3528)
1 parent 4c49b2e commit 874521c

File tree

63 files changed

+34842
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+34842
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe('Client Side Encryption (Legacy)', function () {
7171
const testSuites = gatherTestSuites(
7272
path.join(__dirname, '../../spec/client-side-encryption/tests/legacy'),
7373
testContext
74-
);
74+
).filter(({ name }) => !name.includes('fle2-Range'));
7575

7676
installNodeDNSWorkaroundHooks();
7777
after(() => testContext.teardown());
@@ -92,6 +92,7 @@ describe('Client Side Encryption (Legacy)', function () {
9292

9393
return !isSkippedTest;
9494
}
95+
9596
return true;
9697
});
9798
});

0 commit comments

Comments
 (0)