From 3083e3b442c0dc27af2a6bb1c77941e71c17362a Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Wed, 29 Oct 2025 17:35:16 -0700 Subject: [PATCH] quodlibet: disable known flaky test --- pkgs/applications/audio/quodlibet/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/audio/quodlibet/default.nix b/pkgs/applications/audio/quodlibet/default.nix index 8d6518a1e323..b26ed41e1d67 100644 --- a/pkgs/applications/audio/quodlibet/default.nix +++ b/pkgs/applications/audio/quodlibet/default.nix @@ -148,6 +148,8 @@ python3.pkgs.buildPythonApplication rec { "--deselect=tests/test_browsers_iradio.py::TInternetRadio::test_click_add_station" # upstream does actually not enforce source code linting "--ignore=tests/quality" + # marked as flaky, breaks in sandbox + "--deselect=tests/test_library_file.py::TWatchedFileLibrary::test_watched_adding" ] ++ lib.optionals (withXineBackend || !withGstPlugins) [ "--ignore=tests/plugin/test_replaygain.py"