summaryrefslogtreecommitdiffstats
path: root/php-pecl-pq.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-10 16:28:30 +0100
committerRemi Collet <remi@remirepo.net>2017-11-10 16:28:30 +0100
commit16e9544ff583ada57e37a1a5da0f6222e855a3ab (patch)
tree4103581ad46603b6ab6d50e588ca7a9f61bebe54 /php-pecl-pq.spec
parent8f498a9e95b7b52047ef9988cb97db79161a8d2b (diff)
ignore 1 test with erratic result
Diffstat (limited to 'php-pecl-pq.spec')
-rw-r--r--php-pecl-pq.spec6
1 files changed, 5 insertions, 1 deletions
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"