Skip to content

Commit ad137eb

Browse files
nbbeekendurran
authored andcommitted
test(NODE-4565): skip Network error on Monitor check (#3374)
1 parent 390d20e commit ad137eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/server-discovery-and-monitoring/server_discovery_and_monitoring.spec.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const failpointTests = [
4848
'Reset server and pool after network timeout error during authentication',
4949
'Reset server and pool after shutdown error during authentication'
5050
];
51-
const skippedTests = isAuthEnabled ? failpointTests : [];
51+
const skippedTests = [...(isAuthEnabled ? failpointTests : []), 'Network error on Monitor check'];
5252

5353
function sdamDisabledTestFilter(test) {
5454
const { description } = test;

0 commit comments

Comments
 (0)