Skip to content

Commit d9b6b25

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

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
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
});

test/integration/unified-test-format/unified_test_format.spec.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ const SKIPPED_TESTS = [
1919
// TODO(NODE-2034): Will be implemented as part of NODE-2034
2020
'Client side error in command starting transaction',
2121

22-
// TODO(NODE-3951): investigate why this is failing while the legacy version is passing
23-
'Dirty explicit session is discarded',
24-
2522
// TODO(NODE-3308):
2623
'A successful find event with a getmore and the server kills the cursor',
2724

0 commit comments

Comments
 (0)