Skip to content

Commit c0da935

Browse files
committed
chore: add TODOs
1 parent d8fd5f8 commit c0da935

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/integration/client-side-operations-timeout/client_side_operations_timeout.prose.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Specification prose tests */
22

3+
// TODO(NODE-5824): Implement CSOT prose tests
34
describe.skip('CSOT spec prose tests', () => {
45
context('1. Multi-batch writes', () => {
56
/**

test/integration/client-side-operations-timeout/client_side_operations_timeout.spec.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { join } from 'path';
33
import { loadSpecTests } from '../../spec';
44
import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';
55

6+
// TODO(NODE-5823): Implement unified runner operations and options support for CSOT
67
describe.skip('CSOT spec tests', function () {
78
runUnifiedSuite(loadSpecTests(join('client-side-operations-timeout')));
89
});

test/integration/client-side-operations-timeout/client_side_operations_timeout.unit.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Drivers SHOULD implement these if it is possible to do so using the driver's existing test infrastructure.
66
*/
77

8+
// TODO(NODE-5824): Implement CSOT prose tests
89
describe.skip('CSOT spec unit tests', () => {
910
context('Operations should ignore waitQueueTimeoutMS if timeoutMS is also set.', () => {});
1011

0 commit comments

Comments
 (0)