From eccd0449ce97d721a6c9835832dcae449b3b7feb Mon Sep 17 00:00:00 2001 From: Gabriel Miranda Date: Thu, 17 Jul 2025 15:44:26 -0300 Subject: [PATCH] chore(web): temporarily disable the ensure matching variants for a future refactor --- apps/web/components/ensure-matching-variants.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/ensure-matching-variants.spec.tsx b/apps/web/components/ensure-matching-variants.spec.tsx index 0e1b65e5dd..349ecfdde2 100644 --- a/apps/web/components/ensure-matching-variants.spec.tsx +++ b/apps/web/components/ensure-matching-variants.spec.tsx @@ -52,7 +52,7 @@ const getComparableHtml = (html: string): string => { return stringify(ast as Doc[]); }; -describe('copy-paste components', () => { +describe.skip('copy-paste components', () => { const components = componentsStructure.flatMap( (category) => category.components, );