From 6574e60805948f1b66a3bdb4fbcdaccb715dec4b Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Sat, 16 Mar 2024 01:15:09 -0600 Subject: [PATCH] LibWeb: Skip SubtleCrypto generate/exportKey tests These tests seem to interact in a way that times out the test runner and messes up its expectations. The 'current test' moves on just as the previous crypto test calls done, resulting in the wrong expectations being checked. In reality these tests should be timing out themselves, rather than causing adjacent tests to fail intermittently... --- Tests/LibWeb/TestConfig.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index ff4803a9b6..304cd28608 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -1,4 +1,6 @@ [Skipped] +Text/input/Crypto/Text/input/Crypto/SubtleCrypto-exportKey.html +Text/input/Crypto/Text/input/Crypto/SubtleCrypto-generateKey.html Text/input/Worker/Worker-echo.html Text/input/window-scrollTo.html Text/input/WebAnimations/animation-properties/playbackRate.html