From 29d4410aa594009cedc0f2545b9d774e6036e8d9 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 10 May 2024 17:50:07 -0400 Subject: [PATCH] test(alert): skip flaky a11y test (#29489) --- .../components/alert/test/a11y/alert.e2e.ts | 5 ++++- ...lert-scale-ios-ltr-Mobile-Chrome-linux.png | Bin 17536 -> 17550 bytes 2 files 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 65d579c898..12add8b2ec 100644 --- a/core/src/components/alert/test/a11y/alert.e2e.ts +++ b/core/src/components/alert/test/a11y/alert.e2e.ts @@ -180,7 +180,10 @@ configs({ directions: ['ltr'] }).forEach(({ config, title }) => { */ configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => { test.describe(title('alert: font scaling'), () => { - test('should scale text on larger font sizes', async ({ page }) => { + test('should scale text on larger font sizes', 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( `