Disable tests on x86 because of RHBZ#1258223
This commit is contained in:
parent
d469a28e2f
commit
f5087f8521
@ -6,7 +6,8 @@
|
|||||||
%else
|
%else
|
||||||
# Disabled on armv7 because they take nearly 24 hours to run.
|
# Disabled on armv7 because they take nearly 24 hours to run.
|
||||||
# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
|
# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
|
||||||
%ifnarch %{arm} ppc %{power64}
|
# Disabled on x86, because of RHBZ#1258223
|
||||||
|
%ifnarch %{arm} %{ix86} ppc %{power64}
|
||||||
%global runtests 1
|
%global runtests 1
|
||||||
%else
|
%else
|
||||||
%global runtests 0
|
%global runtests 0
|
||||||
|
Loading…
Reference in New Issue
Block a user