From 971c04d4130d1110ee4db3cf358f38ea84a39a2b Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Thu, 28 Nov 2024 15:02:15 +0000 Subject: [PATCH] Tests: Disable a worker test that's flaky on macOS Consistently times out locally, but not on CI somehow. --- Tests/LibWeb/TestConfig.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index 998f914bf65..18f8ba19957 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -2,6 +2,7 @@ ; Consistently hang on macOS, see #1306 Text/input/HTML/cross-origin-window-properties.html Text/input/HTML/DedicatedWorkerGlobalScope-instanceof.html +Text/input/HTML/MessagePort-MessageEvents-should-be-trusted.html Text/input/window-scrollTo.html ; Flaky on CI