Skip to content

Commit f6375c9

Browse files
authored
chore: update jira ticket from NODE-7297 to NODE-7360 (#4838)
1 parent 7d3e569 commit f6375c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ const skippedTests = {
1919
'TODO(DRIVERS-2965): see modified test in unified-csot-node-specs',
2020
'timeoutMS applies to full resume attempt in a next call': 'TODO(DRIVERS-3006)',
2121
'timeoutMS is refreshed for getMore if maxAwaitTimeMS is set': 'TODO(DRIVERS-3018)',
22-
'error on aggregate if maxAwaitTimeMS is greater than timeoutMS': 'TODO(NODE-7297)',
23-
'error on aggregate if maxAwaitTimeMS is equal to timeoutMS': 'TODO(NODE-7297)',
24-
'apply remaining timeoutMS if less than maxAwaitTimeMS': 'TODO(NODE-7297)'
22+
'error on aggregate if maxAwaitTimeMS is greater than timeoutMS': 'TODO(NODE-7360)',
23+
'error on aggregate if maxAwaitTimeMS is equal to timeoutMS': 'TODO(NODE-7360)',
24+
'apply remaining timeoutMS if less than maxAwaitTimeMS': 'TODO(NODE-7360)'
2525
};
2626

2727
describe('CSOT spec tests', function () {

0 commit comments

Comments
 (0)