From fe5c0b181ebf6a18892ff480c886bd2f06ad8268 Mon Sep 17 00:00:00 2001 From: Warren James Date: Fri, 25 Oct 2024 15:46:38 -0400 Subject: [PATCH] add driver ticket number --- .../client_side_operations_timeout.spec.test.ts | 2 +- 1 file changed, 1 insertion(+), 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 f2a72e90ad..4955aac4fa 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 @@ -26,7 +26,7 @@ const skippedTests = { 'timeoutMS is refreshed for getMore - failure': 'TODO(DRIVERS-2965): see modified test in unified-csot-node-specs', // Skipping for both tailable awaitData and tailable non-awaitData cursors 'timeoutMS applies to full resume attempt in a next call': 'TODO(DRIVERS-3006)', - 'timeoutMS is refreshed for getMore if maxAwaitTimeMS is set': 'TODO(DRIVERS-XXXX)' + 'timeoutMS is refreshed for getMore if maxAwaitTimeMS is set': 'TODO(DRIVERS-3018)' }; describe('CSOT spec tests', function () {