From 5d71da1d738a9ce3e179a6876f3d5851fa57251d Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Thu, 21 Nov 2024 17:12:41 +0000 Subject: [PATCH] Tests: Skip CSS flexbox test that currently times out This change disables the `css-flexbox/order-001.htm` test. Previously, this test wasn't being run because the filename ends with '.htm'. --- Tests/LibWeb/TestConfig.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index ea789db014b..0a44d0dcae5 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -58,6 +58,9 @@ Text/input/wpt-import/html/infrastructure/safe-passing-of-structured-data/resour ; Flaky, apparently due to font loading Text/input/wpt-import/css/css-flexbox/flex-item-compressible-001.html +; This test currently times out +Text/input/wpt-import/css/css-flexbox/order-001.htm + ; WPT ref-tests that currently fail Ref/input/wpt-import/css/css-nesting/host-nesting-003.html Ref/input/wpt-import/css/css-nesting/host-nesting-004.html