Skip to content

Commit

Permalink
Remove outdated comment in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Jan 22, 2025
1 parent 1c4783a commit 0a346e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/app-dir/use-cache/use-cache.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ describe('use-cache', () => {
expect(text).toBe('This page could not be found.')
})

// TODO: Fails with Turbopack.
it('should not trigger dynamic I/O error for inner "use cache" functions with client components', async () => {
const outputIndex = next.cliOutput.length
const browser = await next.browser('/inner-cache-with-client-component')
Expand Down

0 comments on commit 0a346e3

Please sign in to comment.