diff --git a/core/src/components/nav/test/basic/e2e.ts b/core/src/components/nav/test/basic/e2e.ts index a597d0db89..84eeb767aa 100644 --- a/core/src/components/nav/test/basic/e2e.ts +++ b/core/src/components/nav/test/basic/e2e.ts @@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing'; const navChanged = () => new Promise(resolve => window.addEventListener('ionNavDidChange', resolve)); -test('nav: basic', async () => { +test.skip('nav: basic', async () => { const page = await newE2EPage({ url: '/src/components/nav/test/basic?ionic:_testing=true' diff --git a/core/src/components/nav/test/routing/e2e.ts b/core/src/components/nav/test/routing/e2e.ts index ad6a83ac62..a409e1b92a 100644 --- a/core/src/components/nav/test/routing/e2e.ts +++ b/core/src/components/nav/test/routing/e2e.ts @@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing'; const navChanged = () => new Promise(resolve => window.addEventListener('ionRouteDidChange', resolve)); -test('nav: routing', async () => { +test.skip('nav: routing', async () => { const page = await newE2EPage({ url: '/src/components/nav/test/routing?ionic:_testing=true'