Skip to content

Commit 193ff27

Browse files
test(NODE-7417): Unskip large encryption tests on mongocryptd (#4894)
1 parent ac98f4a commit 193ff27

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

test/integration/client-side-encryption/client_side_encryption.prose.06.corpus.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ import { ClientEncryption, type MongoClient, WriteConcern } from '../../mongodb'
1111
import { getEncryptExtraOptions } from '../../tools/utils';
1212

1313
describe('Client Side Encryption Prose Corpus Test', function () {
14-
before(async function () {
15-
this.currentTest.skipReason = 'NODE-7417: large encryption tests skipped';
16-
this.skip();
17-
});
18-
1914
const metadata = {
2015
requires: {
2116
clientSideEncryption: true as const

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,9 +582,6 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
582582
let limitsDoc;
583583

584584
before(async function () {
585-
this.currentTest.skipReason = 'NODE-7417: large encryption tests skipped';
586-
this.skip();
587-
588585
limitsSchema = await loadLimits('limits-schema.json');
589586
limitsKey = await loadLimits('limits-key.json');
590587
limitsDoc = await loadLimits('limits-doc.json');

0 commit comments

Comments
 (0)