Skip to content

Commit 9a9e0e7

Browse files
authored
test(NODE-6867): unskip csot double timeout test (#4507)
1 parent b2511f0 commit 9a9e0e7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ const skippedTests = {
2222
'operation succeeds after one socket timeout - aggregate on collection':
2323
'TODO(NODE-6863): fix flaky test',
2424
'socketTimeoutMS is ignored if timeoutMS is set - dropIndex on collection':
25-
'TODO(NODE-6862): fix flaky test',
26-
'operation fails after two consecutive socket timeouts - aggregate on collection':
27-
'TODO(NODE-6867): fix flaky test'
25+
'TODO(NODE-6862): fix flaky test'
2826
};
2927

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

test/tools/runner/flaky.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ export const flakyTests = [
3131
'Transactions Convenient API Spec Unified Tests transaction-options withTransaction inherits transaction options from defaultTransactionOptions',
3232
'CSOT spec tests timeoutMS behaves correctly for GridFS download operations timeoutMS applied to entire download, not individual parts',
3333
'Retryable Writes (unified) retryable writes handshake failures collection.updateOne succeeds after retryable handshake network error',
34-
'Retryable Reads (unified) retryable reads handshake failures collection.aggregate succeeds after retryable handshake network error'
34+
'Retryable Reads (unified) retryable reads handshake failures collection.aggregate succeeds after retryable handshake network error',
35+
'CSOT spec tests legacy timeouts behave correctly for retryable operations operation fails after two consecutive socket timeouts - aggregate on collection'
3536
];

0 commit comments

Comments
 (0)