diff --git a/core/src/components/popover/test/size/popover.e2e.ts b/core/src/components/popover/test/size/popover.e2e.ts index 15842789a9..80b945e3a8 100644 --- a/core/src/components/popover/test/size/popover.e2e.ts +++ b/core/src/components/popover/test/size/popover.e2e.ts @@ -9,7 +9,8 @@ test.describe('popover: size', async () => { * and massively cut down on screenshots taken. The content has its own * backdrop so you can still see the popovers. */ - test('should calculate popover width based on sizing method', async ({ page }) => { + // TODO FW-3598 + test.skip('should calculate popover width based on sizing method', async ({ page }) => { await page.goto('/src/components/popover/test/size'); await page.setViewportSize(Viewports.tablet.portrait); // avoid popovers overlapping