File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,5 @@ import { loadSpecTests } from '../../spec';
2
2
import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner' ;
3
3
4
4
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' ) ) ;
9
6
} ) ;
Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ const SKIPPED_TESTS = [
19
19
// TODO(NODE-2034): Will be implemented as part of NODE-2034
20
20
'Client side error in command starting transaction' ,
21
21
22
- // TODO(NODE-3951): investigate why this is failing while the legacy version is passing
23
- 'Dirty explicit session is discarded' ,
24
-
25
22
// TODO(NODE-3308):
26
23
'A successful find event with a getmore and the server kills the cursor' ,
27
24
You can’t perform that action at this time.
0 commit comments