Skip to content

Commit

Permalink
fix: Added skip to flakey snapshot (#23087)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Jun 20, 2024
1 parent 3c35629 commit 4b5aff4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions frontend/src/exporter/Exporter.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ FunnelTopToBottomBreakdownInsight.args = {
}

export const FunnelHistoricalTrendsInsight: Story = Template.bind({})
FunnelHistoricalTrendsInsight.tags = ['autodocs', 'test-skip']
FunnelHistoricalTrendsInsight.args = {
insight: require('../mocks/fixtures/api/projects/team_id/insights/funnelHistoricalTrends.json'),
}
Expand Down

0 comments on commit 4b5aff4

Please sign in to comment.