Skip to content

Commit

Permalink
chore: mark pipeline bindings e2e test should fail (#7165)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung authored Nov 5, 2024
1 parent a5f1779 commit 3a144ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/e2e/dev-with-resources.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 3a144ca

Please sign in to comment.