Skip to content

Commit 6bd9149

Browse files
committed
test(NODE-6863): unskip flaky csot legacy timeout spec test
1 parent b2511f0 commit 6bd9149

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

Lines changed: 0 additions & 2 deletions
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
'operation fails after two consecutive socket timeouts - aggregate on collection':

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+
'CSOT spec tests legacy timeouts behave correctly for retryable operations operation succeeds after one socket timeout - aggregate on collection'
3536
];

0 commit comments

Comments
 (0)