Skip to content

Commit 7f54387

Browse files
skip tests that are not updated
1 parent d3b0637 commit 7f54387

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ const skipTable: { pattern: string; reason: string }[] = [
1515
{
1616
pattern: 'connect with serverMonitoringMode=auto >=4.4',
1717
reason: 'TODO(NODE-6045): Ensure that first server hearbeat does not report that it is awaited'
18+
},
19+
{
20+
pattern: 'Pool is cleared before connection is closed (handshake error)',
21+
reason: 'Steve has not updated this test yet.'
22+
},
23+
{
24+
pattern: 'Pool is cleared on handshake error during minPoolSize population',
25+
reason: 'Steve has not updated this test yet.'
1826
}
1927
];
2028

0 commit comments

Comments
 (0)