From 6a8c5174d6eb32d44161904b44dd86851f7f09b8 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Fri, 28 Jan 2022 16:16:15 -0700 Subject: [PATCH] exclude some tests on ppc64le --- cereal.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cereal.spec b/cereal.spec index bb4f0c3..35f1177 100644 --- a/cereal.spec +++ b/cereal.spec @@ -45,7 +45,11 @@ This package contains development headers and libraries for the cereal library %cmake_install %check -%ctest +# https://github.com/USCiLab/cereal/issues/744 +%ifarch ppc64le +%global testargs --exclude-regex '\(test_complex\|test_pod\)' +%endif +%ctest --output-on-failure %{?testargs} %files devel %doc README.md