Disable complete test suite on aarch64.
It was taking longer than a day to run the test suite on aarch64, although it didn't seem to be hanging or failing, just being very very slow.
This commit is contained in:
parent
9df870792f
commit
622aabfee2
@ -9,7 +9,7 @@
|
||||
# On all other architectures, a simpler test suite must pass. This
|
||||
# omits any tests that run full qemu, since running qemu under TCG is
|
||||
# often broken on non-x86_64 arches.
|
||||
%global complete_test_arches aarch64 x86_64
|
||||
%global complete_test_arches x86_64
|
||||
|
||||
# Currently everything has Python 2. RHEL 7 doesn't have Python 3.
|
||||
%if 0%{?rhel} != 7
|
||||
|
Loading…
Reference in New Issue
Block a user