Exclude failing tests from ppc64 too
This commit is contained in:
parent
b309ed05ed
commit
ec7e56693f
2
gdl.spec
2
gdl.spec
@ -181,7 +181,7 @@ install -m 0644 %SOURCE2 $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d
|
|||||||
%check
|
%check
|
||||||
cd build
|
cd build
|
||||||
# test_execute expects to use DISPLAY
|
# test_execute expects to use DISPLAY
|
||||||
%ifarch %{arm} aarch64
|
%ifarch %{arm} aarch64 ppc64
|
||||||
# test_finite and test_fix fail currently on arm
|
# test_finite and test_fix fail currently on arm
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=990749
|
# https://bugzilla.redhat.com/show_bug.cgi?id=990749
|
||||||
make check ARGS="-V -E 'test_execute|test_finite|test_fix'"
|
make check ARGS="-V -E 'test_execute|test_finite|test_fix'"
|
||||||
|
Loading…
Reference in New Issue
Block a user