Disable tests on arm, enable tests on aarch64 power64 x86_64.

The tests now time out on arm.  The 3 other arch bugs are claimed to
be fixed, so let's try enabling the tests on those.
This commit is contained in:
Richard W.M. Jones 2016-12-12 08:51:54 +00:00
parent dd34b6a27b
commit c25576b612

View File

@ -13,11 +13,9 @@
# #
# Currently the basic sanity check is *broken* on: # Currently the basic sanity check is *broken* on:
# #
# aarch64: https://bugzilla.redhat.com/show_bug.cgi?id=1382318 # arm: times out when running the test
# i686: constantly broken, so I have disabled it, probably forever # i686: constantly broken, so I have disabled it, probably forever
# power64: https://bugzilla.redhat.com/show_bug.cgi?id=1293024 %global test_arches aarch64 %{power64} x86_64
# x86_64: https://bugzilla.redhat.com/show_bug.cgi?id=1383451
%global test_arches %{arm}
# Trim older changelog entries. # Trim older changelog entries.
# https://lists.fedoraproject.org/pipermail/devel/2013-April/thread.html#181627 # https://lists.fedoraproject.org/pipermail/devel/2013-April/thread.html#181627