Disable tests on aarch64.

Also enable tests on %{power64} (not bare "power64" which is
not an architecture).
This commit is contained in:
Richard W.M. Jones 2017-01-28 11:39:38 +00:00
parent 23581be7e0
commit a5b13f2ff9
1 changed files with 2 additions and 1 deletions

View File

@ -14,8 +14,9 @@
# Currently the basic sanity check is *broken* on:
#
# arm: times out when running the test
# aarch64: "MSI is not supported by interrupt controller" (RHBZ#1414081)
# i686: constantly broken, so I have disabled it, probably forever
%global test_arches aarch64 power64 x86_64
%global test_arches %{power64} x86_64
# Trim older changelog entries.
# https://lists.fedoraproject.org/pipermail/devel/2013-April/thread.html#181627