Skip to content

Commit 5c8c495

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

1 file changed

Lines changed: 3 additions & 0 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
@@ -688,6 +688,9 @@ suite("Roo Code Subtasks", function () {
688688
}
689689
})
690690

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

0 commit comments

Comments
 (0)