From ee7b90b78955fc981fc1a271cce9437325d47c45 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sun, 29 Sep 2024 16:33:00 -0400 Subject: [PATCH] LibWeb: Disable worker-crypto test for now This times out on macOS CI. --- Tests/LibWeb/TestConfig.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index 1dae174a6a4c..d206a37720c3 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -3,6 +3,7 @@ Text/input/Crypto/SubtleCrypto-exportKey.html Text/input/Crypto/SubtleCrypto-generateKey.html Text/input/WebAnimations/misc/DocumentTimeline.html Text/input/Worker/Worker-blob.html +Text/input/Worker/Worker-crypto.html Text/input/Worker/Worker-echo.html Text/input/Worker/Worker-location.html Text/input/window-scrollTo.html