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 4980b58dd2..a1b0791026 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 @@ -18,9 +18,7 @@ const skippedTests = { 'timeoutMS is refreshed for getMore - failure': 'TODO(DRIVERS-2965): see modified test in unified-csot-node-specs', 'timeoutMS applies to full resume attempt in a next call': 'TODO(DRIVERS-3006)', - 'timeoutMS is refreshed for getMore if maxAwaitTimeMS is set': 'TODO(DRIVERS-3018)', - 'socketTimeoutMS is ignored if timeoutMS is set - dropIndex on collection': - 'TODO(NODE-6862): fix flaky test' + 'timeoutMS is refreshed for getMore if maxAwaitTimeMS is set': 'TODO(DRIVERS-3018)' }; describe('CSOT spec tests', function () { diff --git a/test/tools/runner/flaky.ts b/test/tools/runner/flaky.ts index 7ffa6c8466..df484e5d3c 100644 --- a/test/tools/runner/flaky.ts +++ b/test/tools/runner/flaky.ts @@ -34,5 +34,6 @@ export const flakyTests = [ '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', 'Server Discovery and Monitoring Prose Tests Connection Pool Management ensure monitors properly create and unpause connection pools when they discover servers', - 'CSOT spec tests legacy timeouts behave correctly for retryable operations operation succeeds after one socket timeout - aggregate on collection' + 'CSOT spec tests legacy timeouts behave correctly for retryable operations operation succeeds after one socket timeout - aggregate on collection', + 'CSOT spec tests operations ignore deprecated timeout options if timeoutMS is set socketTimeoutMS is ignored if timeoutMS is set - dropIndex on collection' ];