Skip to content

Commit

Permalink
Merge branch 'canary' into fix/app-env-hot-reload
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Jul 3, 2023
2 parents 729180c + 10605a1 commit 7299884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/e2e/app-dir/app-client-cache/client-cache.test.ts
Expand Up @@ -147,8 +147,8 @@ createNextDescribe(

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

it('should prefetch again after 5 mins if the link is visible again', async () => {
const { getRequests, clearRequests } = await createRequestsListener(
browser
)
Expand Down
3 changes: 1 addition & 2 deletions test/e2e/app-dir/app-static/app-static.test.ts
Expand Up @@ -1011,8 +1011,7 @@ createNextDescribe(
}, 'success')
})

// TODO-APP: investigate flaky test
it.skip('should cache correctly for fetchCache = force-cache', async () => {
it('should cache correctly for fetchCache = force-cache', async () => {
const res = await next.fetch('/force-cache')
expect(res.status).toBe(200)

Expand Down

0 comments on commit 7299884

Please sign in to comment.