We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611b994 commit 1454e35Copy full SHA for 1454e35
e2e/src/suite/subtasks.test.ts
@@ -4,7 +4,7 @@ import type { ClineMessage } from "../../../src/exports/roo-code"
4
5
import { sleep, waitFor, waitUntilCompleted } from "./utils"
6
7
-suite("Roo Code Subtasks", () => {
+suite.skip("Roo Code Subtasks", () => {
8
test("Should handle subtask cancellation and resumption correctly", async () => {
9
const api = globalThis.api
10
0 commit comments