Skip to content

Commit edd0f5c

Browse files
committed
test(NODE-5206): unskip flaky sdam prose test
1 parent b2511f0 commit edd0f5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/tools/runner/flaky.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ export const flakyTests = [
3131
'Transactions Convenient API Spec Unified Tests transaction-options withTransaction inherits transaction options from defaultTransactionOptions',
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',
34-
'Retryable Reads (unified) retryable reads handshake failures collection.aggregate succeeds after retryable handshake network error'
34+
'Retryable Reads (unified) retryable reads handshake failures collection.aggregate succeeds after retryable handshake network error',
35+
'Server Discovery and Monitoring Prose Tests Connection Pool Management ensure monitors properly create and unpause connection pools when they discover servers'
3536
];

0 commit comments

Comments
 (0)