Skip to content

Commit 6cc0726

Browse files
committed
feat(NODE-6304): add CSOT support for non-tailable cursors (#4195)
1 parent a5e5e6d commit 6cc0726

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
@@ -968,6 +968,11 @@ describe('CSOT driver tests', metadata, () => {
968968
});
969969
});
970970

971+
describe.skip('Tailable non-awaitData cursors').skipReason =
972+
'TODO(NODE-6305): implement CSOT for Tailable cursors';
973+
describe.skip('Tailable awaitData cursors').skipReason =
974+
'TODO(NODE-6305): implement CSOT for Tailable cursors';
975+
971976
describe('when using an explicit session', () => {
972977
const metadata: MongoDBMetadataUI = {
973978
requires: { topology: ['replicaset'], mongodb: '>=4.4' }

0 commit comments

Comments
 (0)