Do not run optional test on RHEL

This commit is contained in:
Jitka Plesnikova 2018-04-05 15:43:28 +02:00
parent f877fc0931
commit ba378f82a4

View File

@ -1,7 +1,11 @@
# Run time expensive tests
%bcond_without long_tests
# Run optional test
%if ! (0%{?rhel})
%bcond_without perl_IO_Compress_enables_optional_test
%else
%bcond_with perl_IO_Compress_enables_optional_test
%endif
%{?perl_default_filter}