commit 1bd82fcd869cd4c5a4e4b749b350c55571b38a9f
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sun Dec 6 12:17:18 2020 +0100
Disable flaky EngineBufferE2ETest
mixxx.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index f4828d0..e559efc 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -167,7 +167,9 @@ rm -rf \
%check
# Run tests
-%ctest3 --timeout 120
+# The EngineBufferE2ETest test is disabled due to spurious failures
+# for x86_64 when run on AMD EPYC. Varying tests are failing sometimes.
+%ctest3 --timeout 120 --exclude-regex EngineBufferE2ETest
# Validate AppStream data
appstream-util \
Show replies by date