Skip to content

Commit f71cc56

Browse files
committed
update skip reasons
1 parent c331eed commit f71cc56

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ import { loadSpecTests } from '../../spec';
44
import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';
55

66
const skipTable: { pattern: string; reason: string }[] = [
7-
{ pattern: 'Topology lifecycle', reason: 'see NODE-5723' },
8-
{ pattern: 'connect with serverMonitoringMode=stream >=4.4', reason: 'NODE-6045' },
9-
{ pattern: 'connect with serverMonitoringMode=auto >=4.4', reason: 'NODE-6045' }
7+
{
8+
pattern: 'Topology lifecycle',
9+
reason: 'TODO(NODE-5723): Need to implement DRIVERS-2711 spec change'
10+
},
11+
{
12+
pattern: 'connect with serverMonitoringMode=stream >=4.4',
13+
reason: 'TODO(NODE-6045): Ensure that first server hearbeat does not report that it is awaited'
14+
},
15+
{
16+
pattern: 'connect with serverMonitoringMode=auto >=4.4',
17+
reason: 'TODO(NODE-6045): Ensure that first server hearbeat does not report that it is awaited'
18+
}
1019
];
1120

1221
describe('SDAM Unified Tests (Spec)', function () {

0 commit comments

Comments
 (0)