From 4a6a35c397be50152b61fead3fdd6993af79d0a8 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Oct 11 2018 15:49:00 +0000 Subject: Enable tests only for x86_64 --- diff --git a/openvswitch.spec b/openvswitch.spec index 68c094b..6d87924 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -24,7 +24,8 @@ # test-suite is broken for big endians # https://bugzilla.redhat.com/show_bug.cgi?id=1105458#c10 # "ofproto-dpif - select group with dp_hash selection method" test is broken on armv7lh -%ifarch x86_64 aarch64 ppc64le +# FIXME often tests fails on non-x86_64 architectures due to timing problems +%ifarch x86_64 %bcond_without check %else %bcond_with check