From bf06d5b634bac905a8a244f08044cdb8673c3c0d Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sun, 10 Mar 2024 11:36:02 -0400 Subject: [PATCH] LibWeb: Disable animations tests that depend on consistent timing These are flaky on CI, so disable them for now. --- Tests/LibWeb/TestConfig.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index 24bea23b45..ff4803a9b6 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -1,3 +1,5 @@ [Skipped] Text/input/Worker/Worker-echo.html Text/input/window-scrollTo.html +Text/input/WebAnimations/animation-properties/playbackRate.html +Text/input/WebAnimations/animation-properties/startTime.html