From 16e9544ff583ada57e37a1a5da0f6222e855a3ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Nov 2017 16:28:30 +0100 Subject: ignore 1 test with erratic result --- php-pecl-pq.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index 36f0048..b26f2e4 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -208,9 +208,13 @@ fi %check +: ignore tests with erratic results +rm ?TS/tests/cancel001.phpt + if ! pkg-config libpq --atleast-version=9.3; then +else : ignore some tests only because of "diag" content - rm ?TS/tests/{async003,async004,async005,async006,cancel001}.phpt + rm ?TS/tests/{async003,async004,async005,async006}.phpt fi OPT="-n" -- cgit