summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2023-05-17 07:51:45 +0000
committerGitHub <noreply@github.com>2023-05-17 07:51:45 +0000
commit45263f4cd013c89da302435f5baca2d965a4a634 (patch)
tree47480fbfca95ca87f115e9bb50823269242a8393 /packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts
parentci: fix breaking on foreign repos (diff)
downloadsharkey-45263f4cd013c89da302435f5baca2d965a4a634.tar.gz
sharkey-45263f4cd013c89da302435f5baca2d965a4a634.tar.bz2
sharkey-45263f4cd013c89da302435f5baca2d965a4a634.zip
ci: stop MkGalleryPostPreview snapshot
Diffstat (limited to 'packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts')
-rw-r--r--packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts4
1 files changed, 4 insertions, 0 deletions
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<typeof MkGalleryPostPreview>;
export const Hover = {