From 33507578e0d36b0ef90ddbdc44959efa4abed383 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 30 Oct 2024 18:45:14 +0100 Subject: [PATCH] Tests: Skip css/css-flexbox/abspos/position-absolute-001.html for now This test is too slow for our 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 641e2fb71dd..4146270b790 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -16,3 +16,4 @@ Text/input/Worker/Worker-location.html Text/input/Worker/Worker-module.html Text/input/Worker/Worker-performance.html Text/input/Worker/Worker-postMessage-transfer.html +Text/input/wpt-import/css/css-flexbox/abspos/position-absolute-001.html