From 1cc83db0c9b0807bd790e8e4348a77f54f161e1c Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 8 Nov 2024 16:57:30 +0000 Subject: [PATCH] Tests: Disable an animation test that's flaky on CI --- Tests/LibWeb/TestConfig.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index c805811ad66..3303e1c1863 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -9,9 +9,11 @@ Ref/input/css-keyframe-fill-forwards.html Ref/input/unicode-range.html Text/input/Crypto/SubtleCrypto-exportKey.html Text/input/Crypto/SubtleCrypto-generateKey.html + +; Animation tests are flaky Text/input/css/cubic-bezier-infinite-slope-crash.html Text/input/css/transition-basics.html - +Text/input/wpt-import/css/css-backgrounds/animations/box-shadow-interpolation.html ; Flaky on CI, see #19 Text/input/WebAnimations/misc/DocumentTimeline.html