From e668cdcf22b9cd566033227346ed30f1d93864c7 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 25 Jan 2024 13:50:40 +0100 Subject: [PATCH] Tests/LibWeb: Skip HTML/Window-postMessage.html since it's flakey --- Tests/LibWeb/TestConfig.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index 24bea23b45..ad8863712a 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -1,3 +1,4 @@ [Skipped] +Text/input/HTML/Window-postMessage.html Text/input/Worker/Worker-echo.html Text/input/window-scrollTo.html