Skip to content

Commit ca9312e

Browse files
committed
chore: disable pydantic test which requires fix
1 parent 2998407 commit ca9312e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

99
test.describe("Predictive Status Updates Feature", () => {
10-
test("[PydanticAI] should interact with agent and approve asked changes", async ({
10+
test.fixme("[PydanticAI] should interact with agent and approve asked changes", async ({
1111
page,
1212
}) => {
1313
await retryOnAIFailure(async () => {
@@ -44,7 +44,7 @@ test.describe("Predictive Status Updates Feature", () => {
4444
});
4545
});
4646

47-
test("[PydanticAI] should interact with agent and reject asked changes", async ({
47+
test.fixme("[PydanticAI] should interact with agent and reject asked changes", async ({
4848
page,
4949
}) => {
5050
await retryOnAIFailure(async () => {

0 commit comments

Comments
 (0)