diff --git a/core/src/components/datetime/test/presentation/datetime.e2e.ts b/core/src/components/datetime/test/presentation/datetime.e2e.ts index 5fcbeacef8..73ce488aed 100644 --- a/core/src/components/datetime/test/presentation/datetime.e2e.ts +++ b/core/src/components/datetime/test/presentation/datetime.e2e.ts @@ -108,7 +108,8 @@ test.describe('datetime: presentation', () => { }); }); -test.describe('datetime: presentation: time', () => { +// TODO: FW-3018 +test.skip('datetime: presentation: time', () => { let timePickerFixture: TimePickerFixture; test.beforeEach(async ({ page }) => { diff --git a/core/src/components/picker-internal/test/basic/picker-internal.e2e.ts b/core/src/components/picker-internal/test/basic/picker-internal.e2e.ts index d103413200..393530d2c6 100644 --- a/core/src/components/picker-internal/test/basic/picker-internal.e2e.ts +++ b/core/src/components/picker-internal/test/basic/picker-internal.e2e.ts @@ -2,7 +2,8 @@ import { expect } from '@playwright/test'; import { test } from '@utils/test/playwright'; test.describe('picker-internal', () => { - test('inline pickers should not have visual regression', async ({ page }) => { + // TODO: FW-3020 + test.skip('inline pickers should not have visual regression', async ({ page }) => { await page.goto(`/src/components/picker-internal/test/basic`); await page.setIonViewport();