From 25248aa8e4d9037c32a755f223c00f3308835cb4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 11 Jun 2018 13:19:25 +0100 Subject: [PATCH] Disable complete test suite on aarch64. It was taking longer than a day to run the test suite on aarch64, although it didn't seem to be hanging or failing, just being very very slow. (cherry picked from commit 622aabfee2e35d24f98879051a154246f35484a7) (cherry picked from commit fffade3981d32c6351cea21eeceddd6cb6de6e57) --- nbdkit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbdkit.spec b/nbdkit.spec index 7d70f1a..d9e1f2f 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -9,7 +9,7 @@ # On all other architectures, a simpler test suite must pass. This # omits any tests that run full qemu, since running qemu under TCG is # often broken on non-x86_64 arches. -%global complete_test_arches aarch64 x86_64 +%global complete_test_arches x86_64 # Currently everything has Python 2. RHEL 7 doesn't have Python 3. %if 0%{?rhel} != 7