Skip to content

Commit e927f97

Browse files
ci: skip flaky test in CSOT test suite (#4469)
1 parent b36976e commit e927f97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ const skippedTests = {
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)',
2222
'operation succeeds after one socket timeout - aggregate on collection':
23-
'TODO(NODE-6863): fix flaky test'
23+
'TODO(NODE-6863): fix flaky test',
24+
'socketTimeoutMS is ignored if timeoutMS is set - dropIndex on collection':
25+
'TODO(NODE-6862): fix flaky test'
2426
};
2527

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

0 commit comments

Comments
 (0)