Skip to content

Commit 24c5247

Browse files
committed
chore(e2e): temp disable of predictive state update tests for lgts
Signed-off-by: Tyler Slaton <[email protected]>
1 parent 77912a2 commit 24c5247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
} from "../../test-isolation-helper";
66
import { PredictiveStateUpdatesPage } from "../../pages/langGraphPages/PredictiveStateUpdatesPage";
77

8-
test.describe("Predictive Status Updates Feature", () => {
8+
test.fixme("Predictive Status Updates Feature", () => {
99
test("[LangGraph] should interact with agent and approve asked changes", async ({
1010
page,
1111
}) => {
@@ -47,7 +47,7 @@ test.describe("Predictive Status Updates Feature", () => {
4747
});
4848
});
4949

50-
test("[LangGraph] should interact with agent and reject asked changes", async ({
50+
test.fixme("[LangGraph] should interact with agent and reject asked changes", async ({
5151
page,
5252
}) => {
5353
await retryOnAIFailure(async () => {

0 commit comments

Comments
 (0)