Skip to content

Commit 4f03359

Browse files
authored
test(NODE-6862): unskip flaky csot spec test (#4504)
1 parent 4ac4f9d commit 4f03359

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
@@ -18,9 +18,7 @@ const skippedTests = {
1818
'timeoutMS is refreshed for getMore - failure':
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)',
21-
'timeoutMS is refreshed for getMore if maxAwaitTimeMS is set': 'TODO(DRIVERS-3018)',
22-
'socketTimeoutMS is ignored if timeoutMS is set - dropIndex on collection':
23-
'TODO(NODE-6862): fix flaky test'
21+
'timeoutMS is refreshed for getMore if maxAwaitTimeMS is set': 'TODO(DRIVERS-3018)'
2422
};
2523

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

test/tools/runner/flaky.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ export const flakyTests = [
3434
'Retryable Reads (unified) retryable reads handshake failures collection.aggregate succeeds after retryable handshake network error',
3535
'CSOT spec tests legacy timeouts behave correctly for retryable operations operation fails after two consecutive socket timeouts - aggregate on collection',
3636
'Server Discovery and Monitoring Prose Tests Connection Pool Management ensure monitors properly create and unpause connection pools when they discover servers',
37-
'CSOT spec tests legacy timeouts behave correctly for retryable operations operation succeeds after one socket timeout - aggregate on collection'
37+
'CSOT spec tests legacy timeouts behave correctly for retryable operations operation succeeds after one socket timeout - aggregate on collection',
38+
'CSOT spec tests operations ignore deprecated timeout options if timeoutMS is set socketTimeoutMS is ignored if timeoutMS is set - dropIndex on collection'
3839
];

0 commit comments

Comments
 (0)