From 12f0d95dff6525a0ed7571983e3b2faeba648f74 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Fri, 9 Dec 2022 11:40:36 -0500 Subject: [PATCH 1/2] test(datetime): skip flaky time presentation test --- core/src/components/datetime/test/presentation/datetime.e2e.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/components/datetime/test/presentation/datetime.e2e.ts b/core/src/components/datetime/test/presentation/datetime.e2e.ts index 6ddd7edec84..6e88b6aba3d 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 }) => { From 2957f6db8f47c0b8eef0da7dda483ab25a591237 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Fri, 9 Dec 2022 12:13:45 -0500 Subject: [PATCH 2/2] test(picker-internal): skip flaky test --- .../picker-internal/test/basic/picker-internal.e2e.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 17892733772..3bcee2c134b 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();