calibre: disable flaky test_recipe_browser_qt test (#519020)

This commit is contained in:
Vladimír Čunát
2026-05-20 09:56:22 +00:00
committed by GitHub
+3
View File
@@ -248,6 +248,9 @@ stdenv.mkDerivation (finalAttrs: {
# eglInitialize: Failed to get system egl display
# Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
"test_recipe_browser_webengine"
# Flaky test, occasionally errors with python exception:
# urllib.error.URLError: <urlopen error NetworkError.RemoteHostClosedError: Connection closed>
"test_recipe_browser_qt"
]
++ lib.optionals stdenv.hostPlatform.isAarch64 [
# https://github.com/microsoft/onnxruntime/issues/10038