Skip to content

Commit 699289d

Browse files
authored
test(NODE-5206): add logging to flaky SDAM test (#4506)
1 parent 9a9e0e7 commit 699289d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/tools/runner/flaky.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ export const flakyTests = [
3232
'CSOT spec tests timeoutMS behaves correctly for GridFS download operations timeoutMS applied to entire download, not individual parts',
3333
'Retryable Writes (unified) retryable writes handshake failures collection.updateOne succeeds after retryable handshake network error',
3434
'Retryable Reads (unified) retryable reads handshake failures collection.aggregate succeeds after retryable handshake network error',
35-
'CSOT spec tests legacy timeouts behave correctly for retryable operations operation fails after two consecutive socket timeouts - aggregate on collection'
35+
'CSOT spec tests legacy timeouts behave correctly for retryable operations operation fails after two consecutive socket timeouts - aggregate on collection',
36+
'Server Discovery and Monitoring Prose Tests Connection Pool Management ensure monitors properly create and unpause connection pools when they discover servers'
3637
];

0 commit comments

Comments
 (0)