Commit 3083e3b4 authored by Sarah Clark's avatar Sarah Clark
Browse files

quodlibet: disable known flaky test

parent b9f7c7aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"