Skip to content

Commit

Permalink
Fix failing test on canary branch (#49038)
Browse files Browse the repository at this point in the history
Not sure when it was introduced (this was a warning before), but it's
failing on `canary` right now:
https://github.com/vercel/next.js/actions/runs/4851306015/jobs/8645117315
  • Loading branch information
shuding committed May 1, 2023
1 parent c1f15b0 commit d3c59a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/switchable-runtime/app/layout.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export const config = {
revalidate: 0,
}
export const revalidate = 0

export default function Root({ children }) {
return (
Expand Down

0 comments on commit d3c59a1

Please sign in to comment.