Skip to content

Commit

Permalink
test: disable client cache flaky test (#48890)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Apr 26, 2023
1 parent ea472e8 commit 7c1ee05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/app-dir/app-client-cache/client-cache.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ createNextDescribe(

expect(newNumber).not.toBe(randomNumber)
})
it('should prefetch again after 5 mins if the link is visible again', async () => {
// TODO-APP: investigate flaky test
it.skip('should prefetch again after 5 mins if the link is visible again', async () => {
const { getRequests, clearRequests } = await createRequestsListener(
browser
)
Expand Down

0 comments on commit 7c1ee05

Please sign in to comment.