Skip to content

Commit e06fb0c

Browse files
authored
chore(web): disable the ensure variant matching test (#2370)
1 parent a243814 commit e06fb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/ensure-matching-variants.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const getComparableHtml = (html: string): string => {
5252
return stringify(ast as Doc[]);
5353
};
5454

55-
describe('copy-paste components', () => {
55+
describe.skip('copy-paste components', () => {
5656
const components = componentsStructure.flatMap(
5757
(category) => category.components,
5858
);

0 commit comments

Comments
 (0)