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 authored and hipstersmoothie committed Sep 12, 2020
2 parents 8e0f4b8 + 072f387 commit 1e3e0c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -250,6 +250,7 @@ Become a sponsor and get your logo on our README on Github with a link to your s

### Backers


Support us with a monthly donation and help us continue our activities. \[[Become a backer](https://opencollective.com/storybook#backer)]

<a href="https://opencollective.com/storybook/backer/0/website" target="_blank"><img src="https://opencollective.com/storybook/backer/0/avatar.svg"></a>
Expand Down
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 1e3e0c5

Please sign in to comment.