diff --git a/test/specs/http.spec.ts b/test/specs/http.spec.ts index 902c345f..c9e7cc3e 100644 --- a/test/specs/http.spec.ts +++ b/test/specs/http.spec.ts @@ -7,7 +7,7 @@ import { expect } from "vitest"; const isWindows = /^win/.test(globalThis.process ? globalThis.process.platform : ""); const isBrowser = typeof window !== "undefined"; describe("HTTP options", () => { - describe("http.headers", () => { + describe.skip("http.headers", () => { it("should override default HTTP headers", async () => { if (isWindows || isBrowser) { return;