Skip to content

Commit acdb211

Browse files
author
Zoo (VP)
committed
docs: add flaky-test note for interrupted-child E2E
1 parent e16d528 commit acdb211

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

apps/vscode-e2e/src/suite/subtasks.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,9 @@ suite("Roo Code Subtasks", function () {
692692
}
693693
})
694694

695+
// NOTE: This test exercises parent-child resume via mock fixtures with overlapping
696+
// predicates. If it flakes on CI, the fixture chain may need tighter matching.
697+
// See debug-systemic report 190600 for root-cause analysis.
695698
// Issue #560: interrupted child resumes and reports back to parent.
696699
// Before the fix, cancelTask() severed the parent link, so the resumed child
697700
// fell through to "Start New Task" instead of delegating back to the parent.

src/eslint-suppressions.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -609,11 +609,6 @@
609609
"count": 8
610610
}
611611
},
612-
"core/assistant-message/presentAssistantMessage.ts": {
613-
"@typescript-eslint/no-explicit-any": {
614-
"count": 7
615-
}
616-
},
617612
"core/auto-approval/__tests__/AutoApprovalHandler.spec.ts": {
618613
"@typescript-eslint/no-explicit-any": {
619614
"count": 2

0 commit comments

Comments
 (0)