From e63fee34ce0af079d463decc9f5828c9b4511959 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Thu, 23 Jan 2020 09:24:50 +0100 Subject: [PATCH] Disable some more tests --- meson.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.spec b/meson.spec index 35863fc..4683007 100644 --- a/meson.spec +++ b/meson.spec @@ -90,6 +90,8 @@ install -Dpm0644 -t %{buildroot}%{rpmmacrodir} data/macros.%{name} %if %{with check} %check +# Remove Boost tests for now, because it requires Python 2 +rm -rf "test cases/frameworks/1 boost" # Remove MPI tests for now because it is complicated to run rm -rf "test cases/frameworks/17 mpi" export MESON_PRINT_TEST_OUTPUT=1