Skip to content

Commit

Permalink
test: remove empty skipped context blocks (#4238)
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James authored and nbbeeken committed Sep 27, 2024
1 parent b3175c4 commit 7a1a26e
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 7a1a26e

Please sign in to comment.