Skip to content

Commit 77d1924

Browse files
committed
Remove outdated comment in test file
1 parent 15b747d commit 77d1924

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/app-dir/use-cache/use-cache.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,6 @@ describe('use-cache', () => {
460460
expect(text).toBe('This page could not be found.')
461461
})
462462

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

0 commit comments

Comments
 (0)