Skip to content

Commit 1f1a72b

Browse files
test(NODE-4962): sync range index spec tests (#3528)
1 parent ebac1f5 commit 1f1a72b

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
@@ -75,7 +75,7 @@ describe('Client Side Encryption (Legacy)', function () {
7575
const testSuites = gatherTestSuites(
7676
path.join(__dirname, '../../spec/client-side-encryption/tests/legacy'),
7777
testContext
78-
);
78+
).filter(({ name }) => !name.includes('fle2-Range'));
7979

8080
installNodeDNSWorkaroundHooks();
8181
after(() => testContext.teardown());
@@ -96,6 +96,7 @@ describe('Client Side Encryption (Legacy)', function () {
9696

9797
return !isSkippedTest;
9898
}
99+
99100
return true;
100101
});
101102
});

0 commit comments

Comments
 (0)