From 71331c190cc7cab111b9d226a9e54fbcd8321e32 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Mon, 11 Jul 2022 14:57:34 -0400 Subject: [PATCH] test(item): skip flaky inputs test (#25609) --- core/src/components/item/test/inputs/item.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/item/test/inputs/item.e2e.ts b/core/src/components/item/test/inputs/item.e2e.ts index d63d88c08d..4381329aa3 100644 --- a/core/src/components/item/test/inputs/item.e2e.ts +++ b/core/src/components/item/test/inputs/item.e2e.ts @@ -3,7 +3,7 @@ import type { E2EPage } from '@utils/test/playwright'; import { test } from '@utils/test/playwright'; test.describe('item: inputs', () => { - test('should not have visual regressions', async ({ page }) => { + test.skip('should not have visual regressions', async ({ page }) => { await page.goto(`/src/components/item/test/inputs`); const screenshots = [];