From 6708251968ebe7bf6aead688338d27ece32fa77f Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 31 Oct 2024 12:57:08 -0400 Subject: [PATCH] LibWeb: Disable css/transition-basics.html test This is flaky in CI. --- Tests/LibWeb/TestConfig.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index 4146270b790..3d1d5558859 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/transition-basics.html Text/input/HTML/cross-origin-window-properties.html Text/input/HTML/DedicatedWorkerGlobalScope-instanceof.html Text/input/WebAnimations/misc/DocumentTimeline.html