From: Dennis Braun <snd@debian.org>
Date: Tue, 27 Feb 2024 19:33:13 +0100
Subject: Disable soundproxy_test because it fails on some architectures

Forwarded: https://github.com/mixxxdj/mixxx/issues/12887
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bd1df49..3bff663 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2157,7 +2157,7 @@ add_executable(mixxx-test
   src/test/signalpathtest.cpp
   src/test/skincontext_test.cpp
   src/test/softtakeover_test.cpp
-  src/test/soundproxy_test.cpp
+  #src/test/soundproxy_test.cpp
   src/test/soundsourceproviderregistrytest.cpp
   src/test/sqliteliketest.cpp
   src/test/synccontroltest.cpp
