Skip to content

Commit

Permalink
test(alert): skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Oct 31, 2024
1 parent 51cb777 commit 832f8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/alert/test/a11y/alert.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ 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.skip('should scale text on larger font sizes with text fields', async ({ page }) => {
await page.setContent(
`
<style>
Expand Down

0 comments on commit 832f8dc

Please sign in to comment.