Skip to content

Commit

Permalink
Skip error component tests in development
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Sep 8, 2022
1 parent c8cbe91 commit 20a6b5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/app-dir/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,8 @@ describe('app dir', () => {
})
})

describe('error component', () => {
// TODO-APP: This is disabled for development as the error overlay needs to be reworked.
;(isDev ? describe.skip : describe)('error component', () => {
it('should trigger error component when an error happens during rendering', async () => {
const browser = await webdriver(next.url, '/error/clientcomponent')
await browser
Expand Down

0 comments on commit 20a6b5b

Please sign in to comment.