test(alert): skip flaky a11y test (#29489)

This commit is contained in:
Brandy Carney
2024-05-10 17:50:07 -04:00
committed by GitHub
parent 1ae42a5c13
commit 29d4410aa5
2 changed files with 4 additions and 1 deletions

View File

@ -180,7 +180,10 @@ configs({ directions: ['ltr'] }).forEach(({ config, title }) => {
*/ */
configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => { configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
test.describe(title('alert: font scaling'), () => { 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( await page.setContent(
` `
<style> <style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB