diff --git a/openstack/oslo.concurrency/oslo.concurrency.spec.j2 b/openstack/oslo.concurrency/oslo.concurrency.spec.j2 index 07b5e604a..d6c60bc81 100644 --- a/openstack/oslo.concurrency/oslo.concurrency.spec.j2 +++ b/openstack/oslo.concurrency/oslo.concurrency.spec.j2 @@ -64,7 +64,10 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot} %check +# Test suite fails on 32 bit platforms +%ifnarch %arm %ix86 s390 ppc %{__python2} setup.py testr +%endif %files %license LICENSE