diff options
-rw-r--r-- | php-zstd.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-zstd.spec b/php-zstd.spec index 19e9545..889ebdd 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -117,6 +117,10 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} %check export REPORT_EXIT_STATUS=1 +%ifarch s390x +: ignore test with erratic results +rm ?TS/tests/streams_*phpt +%endif cd NTS : Minimal load test for NTS extension |