Unverified Commit d444b5a0 authored by Shogo Takata's avatar Shogo Takata
Browse files

pipewire: remove installed-test that runs forever

Pipewire installed-test alwasy files with a timeout because the
pipewire-alsa-stress runs a infinite loop.
This patch removes the test.
parent bf9e1919
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -244,6 +244,9 @@ stdenv.mkDerivation (finalAttrs: {
  postPatch = ''
    patchShebangs doc/*.py
    patchShebangs doc/input-filter-h.sh

    # Remove installed-test that runs forever
    sed -i -e "/test-pipewire-alsa-stress/d" pipewire-alsa/tests/meson.build
  '';

  postInstall = ''