From 17364c6d369965a9e9dbcd52b117dd33a68a4df3 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 22 May 2025 17:22:17 -0400 Subject: [PATCH] Tests: Disable XMLHttpRequest-override-mimetype-blob.html for now It is extremely slow on macOS. --- Tests/LibWeb/TestConfig.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index aa919c8b40e..f108ecc40e9 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -280,3 +280,7 @@ Text/input/WebSocket/echo.html ; Times out due to us not implementing auto-commit the correct way. Text/input/wpt-import/IndexedDB/idbfactory_open.any.html + +; Slow on macOS. Takes ~200ms per request to the echo server. +; https://github.com/LadybirdBrowser/ladybird/issues/4850 +Text/input/XHR/XMLHttpRequest-override-mimetype-blob.html