diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-10 16:28:30 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-10 16:28:30 +0100 |
commit | 16e9544ff583ada57e37a1a5da0f6222e855a3ab (patch) | |
tree | 4103581ad46603b6ab6d50e588ca7a9f61bebe54 | |
parent | 8f498a9e95b7b52047ef9988cb97db79161a8d2b (diff) |
ignore 1 test with erratic result
-rw-r--r-- | php-pecl-pq.spec | 6 |
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" |