From 8b82d94ad7d9b460432e2da8e471b7e517d44c4e Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Tue, 15 Apr 2025 15:40:14 +0200 Subject: [PATCH] test(NODE-5206): unskip flaky sdam prose test --- test/tools/runner/flaky.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/tools/runner/flaky.ts b/test/tools/runner/flaky.ts index dd28a7dcd9..331e9b437f 100644 --- a/test/tools/runner/flaky.ts +++ b/test/tools/runner/flaky.ts @@ -32,5 +32,6 @@ export const flakyTests = [ 'CSOT spec tests timeoutMS behaves correctly for GridFS download operations timeoutMS applied to entire download, not individual parts', 'Retryable Writes (unified) retryable writes handshake failures collection.updateOne succeeds after retryable handshake network error', 'Retryable Reads (unified) retryable reads handshake failures collection.aggregate succeeds after retryable handshake network error', - 'CSOT spec tests legacy timeouts behave correctly for retryable operations operation fails after two consecutive socket timeouts - aggregate on collection' + 'CSOT spec tests legacy timeouts behave correctly for retryable operations operation fails after two consecutive socket timeouts - aggregate on collection', + 'Server Discovery and Monitoring Prose Tests Connection Pool Management ensure monitors properly create and unpause connection pools when they discover servers' ];