Skip flaky test (#5680)

Did an investigation but couldn't find anything obvious. Let's skip for
now.
This commit is contained in:
pakrym-oai
2025-10-25 12:11:16 -07:00
committed by GitHub
parent 88abbf58ce
commit c7e4e6d0ee

View File

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