ci: stop MkGalleryPostPreview snapshot
This commit is contained in:
parent
747d323584
commit
45263f4cd0
|
@ -44,6 +44,10 @@ export const Default = {
|
||||||
],
|
],
|
||||||
parameters: {
|
parameters: {
|
||||||
layout: 'centered',
|
layout: 'centered',
|
||||||
|
chromatic: {
|
||||||
|
// FIXME: flaky
|
||||||
|
disableSnapshot: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
} satisfies StoryObj<typeof MkGalleryPostPreview>;
|
} satisfies StoryObj<typeof MkGalleryPostPreview>;
|
||||||
export const Hover = {
|
export const Hover = {
|
||||||
|
|
Loading…
Reference in New Issue