Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ import { ClientEncryption, type MongoClient, WriteConcern } from '../../mongodb'
import { getEncryptExtraOptions } from '../../tools/utils';

describe('Client Side Encryption Prose Corpus Test', function () {
before(async function () {
this.currentTest.skipReason = 'NODE-7417: large encryption tests skipped';
this.skip();
});

const metadata = {
requires: {
clientSideEncryption: true as const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -582,9 +582,6 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
let limitsDoc;

before(async function () {
this.currentTest.skipReason = 'NODE-7417: large encryption tests skipped';
this.skip();

limitsSchema = await loadLimits('limits-schema.json');
limitsKey = await loadLimits('limits-key.json');
limitsDoc = await loadLimits('limits-doc.json');
Expand Down
Loading