LibWeb: Disable the beforeunload-canceling test for now

It is causing whatever test that follows to time out very consistently.
This commit is contained in:
Timothy Flynn 2025-02-04 18:47:15 -05:00 committed by Tim Flynn
commit 19ab213b16
Notes: github-actions[bot] 2025-02-05 00:32:39 +00:00

View file

@ -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. ; 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 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