From 7248748157236e28f70ccb9c5745c77298c48c57 Mon Sep 17 00:00:00 2001 From: Aliaksandr Kalenik Date: Tue, 1 Apr 2025 02:26:34 +0200 Subject: [PATCH] Tests: Disable WebAnimations/animation-methods/updatePlaybackRate.html This test is timing-sensitive, similar to some other animation tests we had to disable, and starts failing on CI after the change in upcoming commit, so let's disable it for now. --- Tests/LibWeb/TestConfig.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index bc3fa5e47c2..84f0c522633 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -20,6 +20,7 @@ Text/input/css/transition-basics.html ; Flaky on CI, see #19 Text/input/WebAnimations/misc/DocumentTimeline.html Text/input/WebAnimations/animation-properties/currentTime.html +Text/input/WebAnimations/animation-methods/updatePlaybackRate.html ; Worker tests are flaky on CI Text/input/Worker/Worker-blob.html