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 26, 2020
1 parent 79c1467 commit aac915d
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 aac915d

Please sign in to comment.