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: [