Skip to content

Commit

Permalink
remove unused context blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Sep 12, 2024
1 parent 4c4b0a9 commit 68fe565
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit 68fe565

Please sign in to comment.