From c4c160af7c8cf026c121120dc6db522816607dfd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 May 2018 14:50:38 +0200 Subject: skip test failing with libicu 61, reported as https://github.com/zendframework/zend-i18n/issues/97 --- php-zendframework-zend-i18n.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/php-zendframework-zend-i18n.spec b/php-zendframework-zend-i18n.spec index 2a1494d..b38cb28 100644 --- a/php-zendframework-zend-i18n.spec +++ b/php-zendframework-zend-i18n.spec @@ -195,7 +195,11 @@ ret=0 for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72; do if which $cmdarg; then set $cmdarg - $1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1 + $1 ${2:-%{_bindir}/phpunit7} \ +%if 0%{?fedora} >= 29 + --filter '^((?!(testSettersProvideDefaults|testBasic)).)*$' \ +%endif + --verbose || ret=1 fi done exit $ret @@ -215,6 +219,8 @@ exit $ret %changelog * Wed May 23 2018 Remi Collet - 2.9.0-2 - update to 2.9.0 +- skip test failing with libicu 61, reported as + https://github.com/zendframework/zend-i18n/issues/97 * Thu Apr 26 2018 Remi Collet - 2.8.0-2 - update to 2.8.0 -- cgit