From ca08b1ad7bd3113ce699db6dd16c05b092ee93da Mon Sep 17 00:00:00 2001 From: Amanda Johnston <90629384+amandaejohnston@users.noreply.github.com> Date: Wed, 11 May 2022 14:02:44 -0500 Subject: [PATCH] test(picker-internal): fix incorrect usage of test.skip (#25280) --- .../picker-internal/test/basic/picker-internal.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 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 e14fc96dc1..cce0ec95d9 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 @@ -14,7 +14,7 @@ test.describe('picker-internal', () => { test.describe('within overlay:', () => { // TODO (FW-1397): Remove this test.skip when the issue is fixed. - test.skip('Flaky test', 'Mobile Safari and Chrome on Linux renders the selected option incorrectly'); + test.skip(true, 'Mobile Safari and Chrome on Linux renders the selected option incorrectly'); test('popover: should not have visual regression', async ({ page }) => { await page.goto(`/src/components/picker-internal/test/basic`);