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 51b5928321..0e3c6a788c 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,7 +22,9 @@ 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' + 'TODO(NODE-6862): fix flaky test', + 'operation fails after two consecutive socket timeouts - aggregate on collection': + 'TODO(NODE-6867): fix flaky test' }; describe('CSOT spec tests', function () {