summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Text-Filter.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-horde-Horde-Text-Filter.spec')
-rw-r--r--php-horde-Horde-Text-Filter.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/php-horde-Horde-Text-Filter.spec b/php-horde-Horde-Text-Filter.spec
index 6f62793..7cb13a5 100644
--- a/php-horde-Horde-Text-Filter.spec
+++ b/php-horde-Horde-Text-Filter.spec
@@ -132,6 +132,14 @@ if which php71; then
run=1
fi
if [ $run -eq 0 ]; then
+%if 0%{?rhel} == 6
+# Only fails with PHP < 5.3.6, see http://3v4l.org/Vkcdu
+sed -e 's/testLinkurls/SKIP_testLinkurls/' \
+ -i LinkurlsTest.php
+sed -e 's/testMsoNormalCss/SKIP_testMsoNormalCss/' \
+ -i MsofficeTest.php
+%endif
+
%{_bindir}/phpunit --verbose .
# remirepo:2
fi