Skip to content

Commit b4e5e99

Browse files
committed
test(NODE-4322): unskip other test
1 parent c6abd0f commit b4e5e99

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/integration/sessions/sessions.spec.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@ import { loadSpecTests } from '../../spec';
22
import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';
33

44
describe('Sessions spec tests', function () {
5-
runUnifiedSuite(loadSpecTests('sessions'), [
6-
// TODO(NODE-3951): fix broken dirty sessions spec tests
7-
'Dirty explicit session is discarded (findAndModify)'
8-
]);
5+
runUnifiedSuite(loadSpecTests('sessions'));
96
});

0 commit comments

Comments
 (0)