Disable full tests on x86_64.
Because of RHBZ#1692047
This commit is contained in:
parent
74708da224
commit
db3a28f0a7
@ -9,7 +9,8 @@
|
|||||||
# On all other architectures, a simpler test suite must pass. This
|
# On all other architectures, a simpler test suite must pass. This
|
||||||
# omits any tests that run full qemu, since running qemu under TCG is
|
# omits any tests that run full qemu, since running qemu under TCG is
|
||||||
# often broken on non-x86_64 arches.
|
# often broken on non-x86_64 arches.
|
||||||
%global complete_test_arches x86_64
|
# x86_64 is currently broken in F31 by https://bugzilla.redhat.com/1692047
|
||||||
|
%global complete_test_arches NONE
|
||||||
|
|
||||||
# Disable libvirt on riscv64 for now.
|
# Disable libvirt on riscv64 for now.
|
||||||
%ifnarch riscv64
|
%ifnarch riscv64
|
||||||
|
Loading…
Reference in New Issue
Block a user