From 30fb2bf2e17cb7b1fe4a894bbf56cc1285411d2e Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 23 Nov 2024 13:42:26 +0100 Subject: [PATCH] Tests: Skip html/rendering/pixel-length-attributes.html for now This test is too slow for GCC CI. --- Tests/LibWeb/TestConfig.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index 60ca3299bb..567b664309 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -30,6 +30,7 @@ Text/input/Worker/Worker-postMessage-transfer.html ; Too slow for GCC CI Text/input/wpt-import/css/css-flexbox/abspos/position-absolute-001.html +Text/input/wpt-import/html/rendering/pixel-length-attributes.html ; Skipped due to assertion failures Text/input/wpt-import/html/syntax/parsing/html5lib_entities01.html