From 45263f4cd013c89da302435f5baca2d965a4a634 Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Wed, 17 May 2023 07:51:45 +0000 Subject: ci: stop MkGalleryPostPreview snapshot --- packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/frontend/src/components') diff --git a/packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts b/packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts index 57b3e75513..72ac0a58f9 100644 --- a/packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts +++ b/packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts @@ -44,6 +44,10 @@ export const Default = { ], parameters: { layout: 'centered', + chromatic: { + // FIXME: flaky + disableSnapshot: true, + }, }, } satisfies StoryObj; export const Hover = { -- cgit v1.2.3-freya