Skip tests that break on s390x

https://bugzilla.redhat.com/show_bug.cgi?id=1603454
This commit is contained in:
Debarshi Ray 2018-07-20 18:52:37 +02:00
parent 572f043fa1
commit 0cad927f54

View File

@ -1,9 +1,13 @@
# skip tests known to be problematic in a specific version
%global skip_checks_version 0.1.50
%global skip_checks_version 0.1.52
%ifarch ppc64 ppc64le
%global skip_checks chromaticities srgb_to_lab_u8 models float-to-8bit
%else
%global skip_checks %nil
%else
%ifarch s390x
%global skip_checks float-to-8bit
%else
%global skip_checks %nil
%endif
%endif
%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 20 || 0%{?rhel} > 7