Skip tests that break on ppc64le

This commit is contained in:
Debarshi Ray 2018-05-17 15:54:53 +02:00
parent 5d38b532b1
commit a14a58d33f

View File

@ -1,7 +1,10 @@
# skip tests known to be problematic in a specific version
%global skip_checks_version 0.1.10
# concurrency-stress-test: https://bugzilla.gnome.org/show_bug.cgi?id=673419
%global skip_checks concurrency-stress-test
%global skip_checks_version 0.1.48
%ifarch ppc64le
%global skip_checks chromaticities srgb_to_lab_u8 models
%else
%global skip_checks none
%endif
%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 20 || 0%{?rhel} > 7
%global develdocdir %{_docdir}/%{name}-devel/html