Skip to content

Commit 5f7120a

Browse files
committed
more fixme
1 parent 3a0d5b3 commit 5f7120a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

typescript-sdk/apps/dojo/e2e/tests/llamaIndexTests/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/llamaIndexPages/AgenticUIGenPage";
33

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

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

typescript-sdk/apps/dojo/e2e/tests/pydanticAITests/predictiveStateUpdatePage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
import { PredictiveStateUpdatesPage } from "../../pages/pydanticAIPages/PredictiveStateUpdatesPage";
77

88
test.describe("Predictive Status Updates Feature", () => {
9-
test("[PydanticAI] should interact with agent and approve asked changes", async ({
9+
test.fixme("[PydanticAI] should interact with agent and approve asked changes", async ({
1010
page,
1111
}) => {
1212
await retryOnAIFailure(async () => {

0 commit comments

Comments
 (0)