From c7e4e6d0eeb4d5f35ad3015580aef6484bc9582b Mon Sep 17 00:00:00 2001 From: pakrym-oai Date: Sat, 25 Oct 2025 12:11:16 -0700 Subject: [PATCH] Skip flaky test (#5680) Did an investigation but couldn't find anything obvious. Let's skip for now. --- sdk/typescript/tests/run.test.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk/typescript/tests/run.test.ts b/sdk/typescript/tests/run.test.ts index f495b1e6..a8a9c7fb 100644 --- a/sdk/typescript/tests/run.test.ts +++ b/sdk/typescript/tests/run.test.ts @@ -3,7 +3,7 @@ import os from "node:os"; import path from "node:path"; import { codexExecSpy } from "./codexExecSpy"; -import { describe, expect, it } from "@jest/globals"; +import { describe, expect, it, xit } from "@jest/globals"; import { Codex } from "../src/codex"; @@ -308,7 +308,8 @@ describe("Codex", () => { await close(); } }); - it("forwards images to exec", async () => { + // TODO(pakrym): unskip the test + xit("forwards images to exec", async () => { const { url, close } = await startResponsesTestProxy({ statusCode: 200, responseBodies: [