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 }) => {
1919 return isAuthEnabled
2020 ? 'TODO(NODE-3135): handle auth errors, also see NODE-3891: fix tests broken when AUTH enabled'
2121 : 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';
2525 default :
2626 return false ;
2727 }
2828} ;
2929
30- describe ( 'SDAM Unified Tests' , function ( ) {
30+ describe . only ( 'SDAM Unified Tests' , function ( ) {
3131 afterEach ( async function ( ) {
3232 if ( this . currentTest ! . pending ) {
3333 return ;
3434 }
3535 // TODO(NODE-4573): fix socket leaks
3636 const LEAKY_TESTS = [
3737 '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',
4040 'Network error on Monitor handshake' ,
4141 'Network timeout on Monitor handshake'
4242 ] ;
You can’t perform that action at this time.
0 commit comments