diff --git a/test/integration/client-side-operations-timeout/client_side_operations_timeout.spec.test.ts b/test/integration/client-side-operations-timeout/client_side_operations_timeout.spec.test.ts index 0e3c6a788c1..51b59283211 100644 --- a/test/integration/client-side-operations-timeout/client_side_operations_timeout.spec.test.ts +++ b/test/integration/client-side-operations-timeout/client_side_operations_timeout.spec.test.ts @@ -22,9 +22,7 @@ const skippedTests = { 'operation succeeds after one socket timeout - aggregate on collection': 'TODO(NODE-6863): fix flaky test', 'socketTimeoutMS is ignored if timeoutMS is set - dropIndex on collection': - 'TODO(NODE-6862): fix flaky test', - 'operation fails after two consecutive socket timeouts - aggregate on collection': - 'TODO(NODE-6867): fix flaky test' + 'TODO(NODE-6862): fix flaky test' }; describe('CSOT spec tests', function () { diff --git a/test/tools/runner/flaky.ts b/test/tools/runner/flaky.ts index 2edef6a7d68..dd28a7dcd9f 100644 --- a/test/tools/runner/flaky.ts +++ b/test/tools/runner/flaky.ts @@ -31,5 +31,6 @@ export const flakyTests = [ 'Transactions Convenient API Spec Unified Tests transaction-options withTransaction inherits transaction options from defaultTransactionOptions', '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' + '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' ];