Skip to content

Commit 427d2f5

Browse files
W-A-Jamesnbbeeken
authored andcommitted
feat(NODE-6304): add CSOT support for non-tailable cursors (#4195)
1 parent e26959a commit 427d2f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,11 @@ 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+
579584
describe('when using an explicit session', () => {
580585
const metadata: MongoDBMetadataUI = {
581586
requires: { topology: ['replicaset'], mongodb: '>=4.4' }

0 commit comments

Comments
 (0)