Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jul 20, 2023
1 parent 240c5e3 commit 6bb7af3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/app-dir/actions/app-action.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,8 @@ createNextDescribe(
}, 'success')
})

skipDeploy('should handle revalidateTag + redirect', async () => {
// TODO: investigate flakey behavior
it.skip('should handle revalidateTag + redirect', async () => {
const browser = await next.browser('/revalidate')
const randomNumber = await browser.elementByCss('#random-number').text()
const justPutIt = await browser.elementByCss('#justputit').text()
Expand Down

0 comments on commit 6bb7af3

Please sign in to comment.