diff --git a/autogpt_platform/frontend/src/tests/build.spec.ts b/autogpt_platform/frontend/src/tests/build.spec.ts index abdd3ea63b..24d95b8174 100644 --- a/autogpt_platform/frontend/src/tests/build.spec.ts +++ b/autogpt_platform/frontend/src/tests/build.spec.ts @@ -1,3 +1,6 @@ +// TODO: These tests were written for the old (legacy) builder. +// They need to be updated to work with the new flow editor. + // Note: all the comments with //(number)! are for the docs //ignore them when reading the code, but if you change something, //make sure to update the docs! Your autoformmater will break this page, @@ -12,7 +15,7 @@ import { getTestUser } from "./utils/auth"; // Reason Ignore: admonishment is in the wrong place visually with correct prettier rules // prettier-ignore -test.describe("Build", () => { //(1)! +test.describe.skip("Build", () => { //(1)! let buildPage: BuildPage; //(2)! // Reason Ignore: admonishment is in the wrong place visually with correct prettier rules