Skip to content

Commit 8a9f251

Browse files
authored
ci: skip flaky test in CSOT test suite (#4475)
1 parent 78d951b commit 8a9f251

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
@@ -22,7 +22,9 @@ 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'
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'
2628
};
2729

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

0 commit comments

Comments
 (0)