diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-19 08:07:11 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-19 08:07:11 +0100 |
commit | fb1fc9e13a29a0b953f4ca9839abe4f91078ec95 (patch) | |
tree | 5e94e83fb280cf19066c508e87b6aa77d9285ac0 | |
parent | 9bfb9a457cff6dc5c162a77df03ffcc32b26f0f0 (diff) |
flush001.phpt also have erratic results
-rw-r--r-- | php-pecl-pq.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index 16830a7..ce4c375 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -213,6 +213,7 @@ fi %check : ignore tests with erratic results rm ?TS/tests/cancel001.phpt +rm ?TS/tests/flush001.phpt OPT="-n" [ -f %{php_extdir}/json.so ] && OPT="$OPT -d extension=json.so" |