Skip to content

Commit

Permalink
Merge pull request #12457 from storybookjs/build/disable-problematic-…
Browse files Browse the repository at this point in the history
…story

Build: Disable problematic story in Chromatic
  • Loading branch information
shilman committed Sep 11, 2020
2 parents 8e0f4b8 + 072f387 commit 0059352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/src/components/preview/iframe.stories.tsx
Expand Up @@ -26,7 +26,7 @@ export const workingStory = () => (
/>
);
workingStory.parameters = {
chromatic: { delay: 300 },
chromatic: { disable: true },
};

export const missingStory = () => (
Expand Down

0 comments on commit 0059352

Please sign in to comment.