Skip to content

Commit

Permalink
chore: disable flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Apr 15, 2024
1 parent 18b60a1 commit 003fff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/http.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 003fff0

Please sign in to comment.