diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-03 08:11:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-03 08:11:40 +0200 |
commit | b4b24e76c8cbe6665bee713318e970860d4369ca (patch) | |
tree | 704af8df4bc5d64e39e3fc6cd61ce9f1267ff004 | |
parent | 010f34d3dcb24c9d98dc9b081589069b7aae3716 (diff) |
skip 1 test on el6 / 32-bit / ZTS
-rw-r--r-- | php-brotli.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-brotli.spec b/php-brotli.spec index b26f094..4bcdc83 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -194,6 +194,10 @@ cd ../ZTS --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ --modules | grep %{pecl_name} +# TODO: need investigation +# EL6 / i386 /ZTS only +rm tests/streams_003.phpt + : Upstream test suite for ZTS extension TEST_PHP_EXECUTABLE=%{__ztsphp} \ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ |