Skip to content

Commit

Permalink
exclude cf and vercel from test
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Jan 12, 2023
1 parent 9db6c0d commit ca198e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export async function setupTest(preset: string) {
"/rules/nested/**": { redirect: "/base", headers: { "x-test": "test" } },
"/rules/nested/override": { redirect: { to: "/other" } },
},
timing: true,
timing: preset !== "cloudflare" && preset !== "vercel-edge",
}));

if (ctx.isDev) {
Expand Down

0 comments on commit ca198e1

Please sign in to comment.