Skip to content

Commit 3a0d5b3

Browse files
committed
omit mastra tool based gen
1 parent bd323a9 commit 3a0d5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript-sdk/apps/dojo/e2e/tests/mastraTests/toolBasedGenUIPage.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ToolBaseGenUIPage } from "../../pages/mastraPages/ToolBaseGenUIPage";
44
const pageURL =
55
"/mastra/feature/tool_based_generative_ui";
66

7-
test('[Mastra] Haiku generation and display verification', async ({
7+
test.fixme('[Mastra] Haiku generation and display verification', async ({
88
page,
99
}) => {
1010
await page.goto(pageURL);
@@ -17,7 +17,7 @@ test('[Mastra] Haiku generation and display verification', async ({
1717
await genAIAgent.checkHaikuDisplay(page);
1818
});
1919

20-
test('[Mastra] Haiku generation and UI consistency for two different prompts', async ({
20+
test.fixme('[Mastra] Haiku generation and UI consistency for two different prompts', async ({
2121
page,
2222
}) => {
2323
await page.goto(pageURL);

0 commit comments

Comments
 (0)