Skip to content

Commit ba5df13

Browse files
committed
test(crew-ai): add fixme for agentic gen-ui
Signed-off-by: Tyler Slaton <[email protected]>
1 parent b66a3b9 commit ba5df13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript-sdk/apps/dojo/e2e/tests/crewAITests/agenticGenUI.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { test, expect } from "@playwright/test";
22
import { AgenticGenUIPage } from "../../pages/crewAIPages/AgenticUIGenPage";
33

4-
test.describe("Agent Generative UI Feature", () => {
4+
test.fixme("[CrewAI] Agentic Gen UI", () => {
55
// Flaky
66
test("[CrewAI] should interact with the chat to get a planner on prompt", async ({
77
page,
@@ -35,7 +35,7 @@ test.describe("Agent Generative UI Feature", () => {
3535
});
3636

3737
// Flaky
38-
test("[CrewAI] should interact with the chat using predefined prompts and perform steps", async ({
38+
test.fixme("[CrewAI] should interact with the chat using predefined prompts and perform steps", async ({
3939
page,
4040
}) => {
4141
const genUIAgent = new AgenticGenUIPage(page);

0 commit comments

Comments
 (0)