Skip to content

Commit 2587992

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ 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+
return
18+
}
19+
1320
it('should display correct error count in dev indicator', async () => {
1421
const browser = await next.browser('/')
1522
await waitForRedbox(browser)

0 commit comments

Comments
 (0)