From 072f3872c2aa08698abbef042164e69babcd4b55 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Sat, 12 Sep 2020 00:31:42 +0800 Subject: [PATCH] Disable problematic story --- lib/ui/src/components/preview/iframe.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/src/components/preview/iframe.stories.tsx b/lib/ui/src/components/preview/iframe.stories.tsx index 8403004750f3..c613e5eba277 100644 --- a/lib/ui/src/components/preview/iframe.stories.tsx +++ b/lib/ui/src/components/preview/iframe.stories.tsx @@ -26,7 +26,7 @@ export const workingStory = () => ( /> ); workingStory.parameters = { - chromatic: { delay: 300 }, + chromatic: { disable: true }, }; export const missingStory = () => (