Skip to content

Commit d514d69

Browse files
committed
temporarily disable missing-html-tags test
1 parent a27fa76 commit d514d69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/development/app-dir/missing-required-html-tags/index.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ import {
1010
describe('app-dir - missing required html tags', () => {
1111
const { next } = nextTestSetup({ files: __dirname })
1212

13+
if (process.env.__NEXT_CACHE_COMPONENTS === 'true') {
14+
// TODO(restart-on-cache-miss): reenable once the bug is fixed in:
15+
// https://github.com/vercel/next.js/pull/85818
16+
it.skip('currently broken in Cache Components', () => {})
17+
}
18+
1319
it('should display correct error count in dev indicator', async () => {
1420
const browser = await next.browser('/')
1521
await waitForRedbox(browser)

0 commit comments

Comments
 (0)