Tests: Disable WebAnimations/animation-properties/currentTime.html

This test appears to be flaky, similar to some other animation tests we
have. Let's disable it for now because changes in subsequent commits
cause it to fail more often, even though those changes are not related
to the test itself. It is likely another case where altered timings of
certain operations (specifically, style updates) cause the test to fail
because things are no longer executed in the same order as before.
This commit is contained in:
Aliaksandr Kalenik
2025-02-06 16:20:56 +01:00
committed by Andreas Kling
parent 402d8220dd
commit ff9410676e

View File

@@ -18,6 +18,7 @@ Text/input/css/cubic-bezier-infinite-slope-crash.html
Text/input/css/transition-basics.html Text/input/css/transition-basics.html
; Flaky on CI, see #19 ; Flaky on CI, see #19
Text/input/WebAnimations/misc/DocumentTimeline.html Text/input/WebAnimations/misc/DocumentTimeline.html
Text/input/WebAnimations/animation-properties/currentTime.html
; Worker tests are flaky on CI ; Worker tests are flaky on CI
Text/input/Worker/Worker-blob.html Text/input/Worker/Worker-blob.html