Remove conditional test enablement for RHEL
Keep the two spec files in synch. The tests were reenabled on RHEL as they should now work properly.
This commit is contained in:
parent
35792e8395
commit
c222006b58
@ -2,14 +2,7 @@
|
||||
#
|
||||
# As the test suite takes a very long time to run and is somewhat
|
||||
# unreliable on !x86 architectures, only run it on x86-64.
|
||||
%if !0%{?rhel}
|
||||
%global test_arches x86_64
|
||||
%else
|
||||
# RHEL 9 only:
|
||||
# x86-64: "/lib64/libc.so.6: CPU ISA level is lower than required"
|
||||
# (RHBZ#1919389)
|
||||
%global test_arches NONE
|
||||
%endif
|
||||
|
||||
# Verify tarball signature with GPGv2.
|
||||
%global verify_tarball_signature 1
|
||||
|
Loading…
Reference in New Issue
Block a user