Skip to content

Commit 12c4403

Browse files
committed
test(NODE-6862): unskip flaky csot spec test
1 parent 04dc099 commit 12c4403

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
@@ -21,8 +21,6 @@ const skippedTests = {
2121
'timeoutMS is refreshed for getMore if maxAwaitTimeMS is set': 'TODO(DRIVERS-3018)',
2222
'operation succeeds after one socket timeout - aggregate on collection':
2323
'TODO(NODE-6863): fix flaky test',
24-
'socketTimeoutMS is ignored if timeoutMS is set - dropIndex on collection':
25-
'TODO(NODE-6862): fix flaky test',
2624
'operation fails after two consecutive socket timeouts - aggregate on collection':
2725
'TODO(NODE-6867): fix flaky test'
2826
};

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 operations ignore deprecated timeout options if timeoutMS is set socketTimeoutMS is ignored if timeoutMS is set - dropIndex on collection'
3536
];

0 commit comments

Comments
 (0)