Skip to content

Commit 189d8d1

Browse files
committed
skip predictive state tests
1 parent c22c42f commit 189d8d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
import { PredictiveStateUpdatesPage } from "../../pages/adkMiddlewarePages/PredictiveStateUpdatesPage";
77

88
test.describe("Predictive State Updates Feature", () => {
9-
test("[ADK Middleware] should interact with agent and approve asked changes", async ({
9+
test.skip("[ADK Middleware] should interact with agent and approve asked changes", async ({
1010
page,
1111
}) => {
1212
await retryOnAIFailure(async () => {
@@ -43,7 +43,7 @@ test.describe("Predictive State Updates Feature", () => {
4343
});
4444
});
4545

46-
test("[ADK Middleware] should interact with agent and reject asked changes", async ({
46+
test.skip("[ADK Middleware] should interact with agent and reject asked changes", async ({
4747
page,
4848
}) => {
4949
await retryOnAIFailure(async () => {

0 commit comments

Comments
 (0)