From 2d6eeee26762fcf1c71290900941a063c67142f4 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 31 Oct 2024 10:46:12 -0400 Subject: [PATCH] test(alert): skip flaky test (#29985) --- core/src/components/alert/test/a11y/alert.e2e.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/src/components/alert/test/a11y/alert.e2e.ts b/core/src/components/alert/test/a11y/alert.e2e.ts index 12add8b2ec..b5aeb63d05 100644 --- a/core/src/components/alert/test/a11y/alert.e2e.ts +++ b/core/src/components/alert/test/a11y/alert.e2e.ts @@ -279,7 +279,10 @@ configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => { await expect(page).toHaveScreenshot(screenshot(`alert-radio-scale`)); }); - test('should scale text on larger font sizes with text fields', async ({ page }) => { + test('should scale text on larger font sizes with text fields', async ({ page, skip }) => { + // TODO(ROU-8158): unskip this test when a solution is found + skip.browser('chromium', 'Rendering is flaky in Chrome.'); + await page.setContent( `