From e0db01b7eb12ebada132f5815d4051e1b376943b Mon Sep 17 00:00:00 2001 From: Warren James Date: Thu, 12 Sep 2024 16:02:50 -0400 Subject: [PATCH] test: remove empty skipped context blocks (#4238) --- .../client-side-operations-timeout/node_csot.test.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/integration/client-side-operations-timeout/node_csot.test.ts b/test/integration/client-side-operations-timeout/node_csot.test.ts index f5ada7eef9f..56127cc8ace 100644 --- a/test/integration/client-side-operations-timeout/node_csot.test.ts +++ b/test/integration/client-side-operations-timeout/node_csot.test.ts @@ -576,11 +576,6 @@ describe('CSOT driver tests', metadata, () => { }); }); - describe.skip('Tailable non-awaitData cursors').skipReason = - 'TODO(NODE-6305): implement CSOT for Tailable cursors'; - describe.skip('Tailable awaitData cursors').skipReason = - 'TODO(NODE-6305): implement CSOT for Tailable cursors'; - describe('when using an explicit session', () => { const metadata: MongoDBMetadataUI = { requires: { topology: ['replicaset'], mongodb: '>=4.4' }