Skip to content

Commit

Permalink
Skip flaky tests (cloudflare#4479)
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa authored Nov 21, 2023
1 parent be2b9cf commit dcb1ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures/external-durable-objects-app/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { describe, expect, it, beforeAll, afterAll } from "vitest";
import type { ChildProcess } from "child_process";
import { type UnstableDevWorker, unstable_dev } from "wrangler";

describe("Pages Functions", () => {
describe.skip("Pages Functions", () => {
let a: UnstableDevWorker;
let b: UnstableDevWorker;
let c: UnstableDevWorker;
Expand Down
2 changes: 1 addition & 1 deletion fixtures/external-service-bindings-app/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type WranglerInstance = {
port: string;
};

describe("Pages Functions", () => {
describe.skip("Pages Functions", () => {
let wranglerInstances: (WranglerInstance | UnstableDevWorker)[] = [];
let pagesAppPort: string;

Expand Down

0 comments on commit dcb1ea6

Please sign in to comment.