Skip to content

Commit 0083b8e

Browse files
ci: skip flaky test in CSOT test suite (#4471)
1 parent cd09d43 commit 0083b8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ 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)'
21+
'timeoutMS is refreshed for getMore if maxAwaitTimeMS is set': 'TODO(DRIVERS-3018)',
22+
'operation succeeds after one socket timeout - aggregate on collection':
23+
'TODO(NODE-6863): fix flaky test'
2224
};
2325

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

0 commit comments

Comments
 (0)