commit b5d4b730d145bcabd3cf72cff20bf0357ef54eda
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 7614425..1816595 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