Skip to content

Commit

Permalink
add revalidate: false in test to have predictable behaviour during te…
Browse files Browse the repository at this point in the history
…sting
  • Loading branch information
abhi12299 committed Sep 30, 2024
1 parent 9ca9553 commit 02cd740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/app-dir/revalidatetag-rsc/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default async function Page() {
{
next: {
tags: ['data'],
revalidate: false,
},
}
).then((res) => res.text())
Expand Down

0 comments on commit 02cd740

Please sign in to comment.