From 2cdfbb70692359331ff5cd128a70c0fa9d2889e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jul 2022 14:03:57 +0200 Subject: ignore slow test --- php-pecl-msgpack.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 - 2.1.2-4 +- ignore slow test + * Wed Apr 28 2021 Remi Collet - 2.1.2-2 - F34 rebuild for https://github.com/remicollet/remirepo/issues/174 -- cgit