Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI: Skip test in PPR dev mode, too
In vercel#59725 I skipped this test in PPR prod mode, but not dev because CI wasn't failing for dev. The idea was to investigate the failure post-merge because it wasn't block-worthy. But the test did fail in dev mode when CI ran on canary. So this updates the guard to skip in dev, too. Will follow up with a PR to fix the test itself.
- Loading branch information