Skip to content

Commit 607a53b

Browse files
W-A-Jamesbaileympearson
authored andcommitted
test: remove empty skipped context blocks (#4238)
1 parent f38197b commit 607a53b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/integration/client-side-operations-timeout/node_csot.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -576,11 +576,6 @@ describe('CSOT driver tests', metadata, () => {
576576
});
577577
});
578578

579-
describe.skip('Tailable non-awaitData cursors').skipReason =
580-
'TODO(NODE-6305): implement CSOT for Tailable cursors';
581-
describe.skip('Tailable awaitData cursors').skipReason =
582-
'TODO(NODE-6305): implement CSOT for Tailable cursors';
583-
584579
describe('when using an explicit session', () => {
585580
const metadata: MongoDBMetadataUI = {
586581
requires: { topology: ['replicaset'], mongodb: '>=4.4' }

0 commit comments

Comments
 (0)