Skip to content

Commit

Permalink
Temporarily disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 2, 2022
1 parent 4237137 commit 1551a83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/app-dir/index.test.ts
Expand Up @@ -418,7 +418,8 @@ describe('app dir', () => {
}
})

it('should soft push', async () => {
// TODO-APP: Re-enable this test.
it.skip('should soft push', async () => {
const browser = await webdriver(next.url, '/link-soft-push')

try {
Expand Down

0 comments on commit 1551a83

Please sign in to comment.