Skip to content

Commit e6aa06b

Browse files
committed
unskip spec tests
1 parent c9e1c68 commit e6aa06b

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

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

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,9 @@ const enabled = [
88
'override-database-timeoutMS',
99
'override-operation-timeoutMS',
1010
'retryability-legacy-timeouts',
11-
'retryability-timeoutMS'
12-
];
13-
14-
const cursorOperations = [
15-
'aggregate',
16-
'countDocuments',
17-
'listIndexes',
18-
'createChangeStream',
19-
'listCollections',
20-
'listCollectionNames'
11+
'retryability-timeoutMS',
12+
'runCursorCommand',
13+
'close-cursors'
2114
];
2215

2316
const bulkWriteOperations = [
@@ -34,10 +27,6 @@ describe('CSOT spec tests', function () {
3427
test.skipReason = 'TODO(NODE-5684): Not working yet';
3528
}
3629

37-
// Cursor operation
38-
if (test.operations.find(operation => cursorOperations.includes(operation.name)))
39-
test.skipReason = 'TODO(NODE-5684): Not working yet';
40-
4130
if (bulkWriteOperations.includes(test.description))
4231
test.skipReason =
4332
'TODO(NODE-6274): update test runner to check errorResponse field of MongoBulkWriteError in isTimeoutError assertion';

0 commit comments

Comments
 (0)