From 107d0cafcf8bccc006a330833d3f4389a1aeb0f3 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Tue, 29 Apr 2025 12:38:13 +0100 Subject: [PATCH] Tests: Disable flaky APNG test This frequently flakes on CI. --- Tests/LibWeb/TestConfig.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index d55a269b482..8ca40189502 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -323,3 +323,7 @@ Text/input/WebSocket/echo.html ; Times out due to us not implementing auto-commit the correct way. Text/input/wpt-import/IndexedDB/idbfactory_open.any.html + +; Inconsistently fails on CI - we seem to wrongly include the non-animated data in the animation. +; https://github.com/LadybirdBrowser/ladybird/issues/4519 +Ref/input/wpt-import/png/apng/fDAT-inherits-cICP.html