Skip to content

Commit 30bc6d1

Browse files
committed
comment out fixme test
Signed-off-by: Tyler Slaton <[email protected]>
1 parent 87f5884 commit 30bc6d1

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
@@ -5,7 +5,7 @@ const pageURL =
55
"/mastra/feature/tool_based_generative_ui";
66

77
// Fails. Not a test issue, issue with the integration or cpk.
8-
test.fixme('[Mastra] Haiku generation and display verification', async ({
8+
test('[Mastra] Haiku generation and display verification', async ({
99
page,
1010
}) => {
1111
await page.goto(pageURL);
@@ -19,7 +19,7 @@ test.fixme('[Mastra] Haiku generation and display verification', async ({
1919
});
2020

2121
// Fails. Not a test issue, issue with the integration or cpk.
22-
test.fixme('[Mastra] Haiku generation and UI consistency for two different prompts', async ({
22+
test('[Mastra] Haiku generation and UI consistency for two different prompts', async ({
2323
page,
2424
}) => {
2525
await page.goto(pageURL);

0 commit comments

Comments
 (0)