Skip to content

Commit

Permalink
Disable external-durable-objects-app fixture tests (#6689)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregBrimble authored Sep 12, 2024
1 parent 88c40be commit 1986492
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -8,7 +8,7 @@ import type { UnstableDevWorker } from "wrangler";

// TODO: reenable when https://github.com/cloudflare/workers-sdk/pull/4241 lands
// and improves reliability of this test.
describe(
describe.skip(
"Pages Functions",
() => {
let a: UnstableDevWorker;
Expand Down

0 comments on commit 1986492

Please sign in to comment.