Skip to content

Commit 754f8a1

Browse files
test: unskip csfle tests
1 parent f4dc518 commit 754f8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const SKIPPED_TESTS = new Set([
6464
...(isAuthEnabled ? skippedAuthTests.concat(skippedNoAuthTests) : skippedNoAuthTests)
6565
]);
6666

67-
describe.only('Client Side Encryption (Legacy)', function () {
67+
describe('Client Side Encryption (Legacy)', function () {
6868
const testContext = new TestRunnerContext({ requiresCSFLE: true });
6969
const testSuites = gatherTestSuites(
7070
path.join(__dirname, '../../spec/client-side-encryption/tests/legacy'),

0 commit comments

Comments
 (0)