From bf4d816abb235e38101999d805caaf88f546f8c4 Mon Sep 17 00:00:00 2001 From: Siriwat K Date: Fri, 15 Sep 2023 10:15:00 +0700 Subject: [PATCH] [docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) --- test/regressions/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/regressions/index.js b/test/regressions/index.js index 91c9f252b5ed53..7724a094a8cca8 100644 --- a/test/regressions/index.js +++ b/test/regressions/index.js @@ -33,6 +33,7 @@ const blacklist = [ 'docs-joy-tools/ShadowThemeViewer.png', // No need for theme tokens 'docs-joy-customization-theme-typography/TypographyThemeViewer.png', // No need for theme tokens 'docs-joy-components-divider/DividerChildPosition.png', // Needs interaction + 'docs-joy-components-linear-progress/LinearProgressCountUp.png', // Flaky due to animation 'docs-base-guides-working-with-tailwind-css/PlayerFinal.png', // No public components 'docs-components-alert/TransitionAlerts.png', // Needs interaction 'docs-components-app-bar/BackToTop.png', // Needs interaction