Skip to content

Commit 29d4410

Browse files
test(alert): skip flaky a11y test (ionic-team#29489)
1 parent 1ae42a5 commit 29d4410

File tree

2 files changed

+4
-1
lines changed

2 files 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
@@ -180,7 +180,10 @@ configs({ directions: ['ltr'] }).forEach(({ config, title }) => {
180180
*/
181181
configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
182182
test.describe(title('alert: font scaling'), () => {
183-
test('should scale text on larger font sizes', async ({ page }) => {
183+
test('should scale text on larger font sizes', async ({ page, skip }) => {
184+
// TODO(ROU-8158): unskip this test when a solution is found
185+
skip.browser('chromium', 'Rendering is flaky in Chrome.');
186+
184187
await page.setContent(
185188
`
186189
<style>

0 commit comments

Comments
 (0)