Skip to content

Commit 6793dd8

Browse files
committed
mark 2 more flaky tests
1 parent 638ee26 commit 6793dd8

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
@@ -2,7 +2,7 @@ import { test, expect } from "@playwright/test";
22
import { AgenticGenUIPage } from "../../pages/crewAIPages/AgenticUIGenPage";
33

44
test.describe("Agent Generative UI Feature", () => {
5-
test("[CrewAI] should interact with the chat to get a planner on prompt", async ({
5+
test.fixme("[CrewAI] should interact with the chat to get a planner on prompt", async ({
66
page,
77
}) => {
88
const genUIAgent = new AgenticGenUIPage(page);
@@ -33,7 +33,7 @@ test.describe("Agent Generative UI Feature", () => {
3333
);
3434
});
3535

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

0 commit comments

Comments
 (0)