Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and github-actions[bot] committed Dec 15, 2024
1 parent 52b6ac1 commit 9b58f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo-playwright/utils/is-flaky-examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const FLAKY_EXAMPLES = new Map<
Array<{exampleIndex: number; browserName?: string}>
>([
[DemoRoute.AppBar, [{exampleIndex: 0, browserName: 'webkit'}]], // Flaky in safari, need to investigate a problem
[DemoRoute.Breadcrumbs, [{exampleIndex: 1, browserName: 'webkit'}]],
[
DemoRoute.Carousel,
[
Expand All @@ -16,7 +17,6 @@ const FLAKY_EXAMPLES = new Map<
[DemoRoute.IconsCustomization, [{exampleIndex: 0}]], // TODO: investigate flaky test
[DemoRoute.LegendItem, [{exampleIndex: 0, browserName: 'webkit'}]], // Flaky in safari, need to investigate a problem
[DemoRoute.MultiSelect, [{exampleIndex: 3}]], // Imitating server response (timer(5000))
[DemoRoute.Breadcrumbs, [{exampleIndex: 1, browserName: 'webkit'}]],
[
DemoRoute.RingChart,
[
Expand Down

0 comments on commit 9b58f30

Please sign in to comment.