test(item): skip flaky inputs test (#25609)

This commit is contained in:
Sean Perkins
2022-07-11 14:57:34 -04:00
committed by GitHub
parent 7b10fa6476
commit 71331c190c

View File

@ -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 = [];