Skip to content

Commit 10f7aec

Browse files
Ignore Treeview stress test snapshot (#2528)
1 parent 60c36f5 commit 10f7aec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/TreeView/TreeView.stories.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,11 @@ export const StressTest: Story = () => {
622622
)
623623
}
624624

625+
StressTest.parameters = {
626+
// disables Chromatic's snapshotting on a story level
627+
chromatic: {disableSnapshot: true}
628+
}
629+
625630
export const EmptyDirectory: Story = () => {
626631
const [state, setState] = React.useState<SubTreeState>('loading')
627632
const timeoutId = React.useRef<ReturnType<typeof setTimeout> | null>(null)

0 commit comments

Comments
 (0)