Skip to content

Commit 4ac4f9d

Browse files
authored
test(NODE-6863): unskip flaky csot legacy timeout spec test (#4505)
1 parent 699289d commit 4ac4f9d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/integration/client-side-operations-timeout/client_side_operations_timeout.spec.test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ const skippedTests = {
1919
'TODO(DRIVERS-2965): see modified test in unified-csot-node-specs',
2020
'timeoutMS applies to full resume attempt in a next call': 'TODO(DRIVERS-3006)',
2121
'timeoutMS is refreshed for getMore if maxAwaitTimeMS is set': 'TODO(DRIVERS-3018)',
22-
'operation succeeds after one socket timeout - aggregate on collection':
23-
'TODO(NODE-6863): fix flaky test',
2422
'socketTimeoutMS is ignored if timeoutMS is set - dropIndex on collection':
2523
'TODO(NODE-6862): fix flaky test'
2624
};

test/tools/runner/flaky.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ export const flakyTests = [
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',
3535
'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'
36+
'Server Discovery and Monitoring Prose Tests Connection Pool Management ensure monitors properly create and unpause connection pools when they discover servers',
37+
'CSOT spec tests legacy timeouts behave correctly for retryable operations operation succeeds after one socket timeout - aggregate on collection'
3738
];

0 commit comments

Comments
 (0)