From 19ab213b1665dacbce7ccb160be68a48cc45c336 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 4 Feb 2025 18:47:15 -0500 Subject: [PATCH] LibWeb: Disable the beforeunload-canceling test for now It is causing whatever test that follows to time out very consistently. --- Tests/LibWeb/TestConfig.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index 9a91bfd3aa3..f1a0eaadad0 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -160,3 +160,7 @@ Ref/input/wpt-import/css/css-contain/contain-paint-change-opacity.html ; Test is flaky on CI, as navigationStart time is not set according to spec. Text/input/wpt-import/user-timing/measure_associated_with_navigation_timing.html + +; Cancelling the beforeunload event in this test causes the subsequent test to fail. +; https://github.com/LadybirdBrowser/ladybird/issues/3461 +Text/input/wpt-import/html/browsers/browsing-the-web/unloading-documents/beforeunload-canceling.html