From 5838ce76db3810b71fef4cf2230927083a48115b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Sep 2015 07:50:01 +0200 Subject: php-pecl-solr2: ignore 1 test with php 5.3 --- php-pecl-solr2.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec index 513e503..1ed3241 100644 --- a/php-pecl-solr2.spec +++ b/php-pecl-solr2.spec @@ -216,6 +216,11 @@ fi exit(version_compare($v,"1.3.0",">=") && version_compare($v,"1.3.9","<") ? 0 : 1); ' && rm ?TS/tests/bug_67394.phpt +: Ignore test with old PHP 5.3 +%if "%{php_version}" < "5.4" + rm ?TS/tests/151.solrcollapsefunction_illegal_operations.phpt +%endif + %if %{with_tests} sed -e '/SOLR_SERVER_CONFIGURED/s/false/true/' \ -e '/SOLR_SERVER_HOSTNAME/s/solr5/localhost/' \ -- cgit