diff --git a/packages/wrangler/e2e/dev-with-resources.test.ts b/packages/wrangler/e2e/dev-with-resources.test.ts index 657cf447fc48..4362ec69703e 100644 --- a/packages/wrangler/e2e/dev-with-resources.test.ts +++ b/packages/wrangler/e2e/dev-with-resources.test.ts @@ -561,7 +561,7 @@ describe.sequential.each(RUNTIMES)("Bindings: $flags", ({ runtime, flags }) => { ); }); - it.skipIf(!isLocal)("exposes Pipelines bindings", async () => { + it.skipIf(!isLocal).fails("exposes Pipelines bindings", async () => { await helper.seed({ "wrangler.toml": dedent` name = "${workerName}"