commit f7860354cf9105fdfcb1dcad721e50903cf29492
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Mar 22 07:26:32 2021 +0100
Disable spuriously failing tests
mixxx.spec | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index be93689..01aac9e 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -178,8 +178,14 @@ rm -rf \
# TODO: Enable ControllerEngine NaN tests on ARM after the cause for
# the failing tests has been found and fixed.
-%ifarch %{arm} aarch64
- %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN
+# TODO: Fix spurious failures of EngineBufferE2ETest.RubberbandReverseTest
+%ifarch %{arm32} %{arm64}
+ %global ctest_exclude_regex
setValue_IgnoresNaN|setParameter_NaN|EngineBufferE2ETest.RubberbandReverseTest
+%endif
+
+# TODO: Fix spurious failures of EngineBufferE2ETest.RubberbandReverseTest
+%ifarch %{power64}
+ %global EngineBufferE2ETest.RubberbandReverseTest
%endif
# Run tests
Show replies by date