diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-28 14:03:57 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-28 14:03:57 +0200 |
commit | 2cdfbb70692359331ff5cd128a70c0fa9d2889e1 (patch) | |
tree | a66c34242c1075ff8cd8e415ca30247bf7939f86 | |
parent | 85995f7dc1600b57ffc26d6ecddaf5cf805456c0 (diff) |
ignore slow testv2.1
-rw-r--r-- | php-pecl-msgpack.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec index 76e42d5..56ce2ce 100644 --- a/php-pecl-msgpack.spec +++ b/php-pecl-msgpack.spec @@ -42,7 +42,7 @@ URL: https://pecl.php.net/package/msgpack Release: 0.6.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif @@ -205,6 +205,8 @@ done %check # Erratic results, segfauilt and mark as XFAIL rm */tests/034.phpt +# too slow +rm */tests/035.phpt cd NTS : Minimal load test for NTS extension @@ -279,6 +281,9 @@ fi %changelog +* Thu Jul 28 2022 Remi Collet <remi@remirepo.net> - 2.1.2-4 +- ignore slow test + * Wed Apr 28 2021 Remi Collet <remi@remirepo.net> - 2.1.2-2 - F34 rebuild for https://github.com/remicollet/remirepo/issues/174 |