Skip to content

Commit 2d6eeee

Browse files
test(alert): skip flaky test (#29985)
1 parent 6dc52d2 commit 2d6eeee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

core/src/components/alert/test/a11y/alert.e2e.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,10 @@ configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
279279

280280
await expect(page).toHaveScreenshot(screenshot(`alert-radio-scale`));
281281
});
282-
test('should scale text on larger font sizes with text fields', async ({ page }) => {
282+
test('should scale text on larger font sizes with text fields', async ({ page, skip }) => {
283+
// TODO(ROU-8158): unskip this test when a solution is found
284+
skip.browser('chromium', 'Rendering is flaky in Chrome.');
285+
283286
await page.setContent(
284287
`
285288
<style>

0 commit comments

Comments
 (0)