From f08e24ded4183fe278d0891c42e18818297ce747 Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Tue, 18 Mar 2025 14:37:48 -0400 Subject: [PATCH] ci: skip flaky test in CSOT test suite --- .../client_side_operations_timeout.spec.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 () {