File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
test/integration/server-discovery-and-monitoring Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,24 +19,24 @@ const filter: TestFilter = ({ description }) => {
19
19
return isAuthEnabled
20
20
? 'TODO(NODE-3135): handle auth errors, also see NODE-3891: fix tests broken when AUTH enabled'
21
21
: false ;
22
- case 'Network error on Monitor check' :
23
- case 'Network timeout on Monitor check' :
24
- return 'TODO(NODE-4608): Disallow parallel monitor checks' ;
22
+ // case 'Network error on Monitor check':
23
+ // case 'Network timeout on Monitor check':
24
+ // return 'TODO(NODE-4608): Disallow parallel monitor checks';
25
25
default :
26
26
return false ;
27
27
}
28
28
} ;
29
29
30
- describe ( 'SDAM Unified Tests' , function ( ) {
30
+ describe . only ( 'SDAM Unified Tests' , function ( ) {
31
31
afterEach ( async function ( ) {
32
32
if ( this . currentTest ! . pending ) {
33
33
return ;
34
34
}
35
35
// TODO(NODE-4573): fix socket leaks
36
36
const LEAKY_TESTS = [
37
37
'Command error on Monitor handshake' ,
38
- 'Network error on Monitor check' ,
39
- 'Network timeout on Monitor check' ,
38
+ // 'Network error on Monitor check',
39
+ // 'Network timeout on Monitor check',
40
40
'Network error on Monitor handshake' ,
41
41
'Network timeout on Monitor handshake'
42
42
] ;
You can’t perform that action at this time.
0 commit comments