From 4b4c6376cc2f5737f619162ac4c3f6b65292655d Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Mon, 4 Nov 2024 12:18:58 +0000 Subject: [PATCH] Tests: Skip flakey `css/cubic-bezier-infinite-slope-crash.html` test This has been consistently timing-out on CI. --- Tests/LibWeb/TestConfig.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index b64f31d714a7..2d51328d6806 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -3,6 +3,7 @@ Ref/css-keyframe-fill-forwards.html Ref/unicode-range.html Text/input/Crypto/SubtleCrypto-exportKey.html Text/input/Crypto/SubtleCrypto-generateKey.html +Text/input/css/cubic-bezier-infinite-slope-crash.html Text/input/css/transition-basics.html Text/input/HTML/cross-origin-window-properties.html Text/input/HTML/DedicatedWorkerGlobalScope-instanceof.html