summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-crypt.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-16 08:44:23 +0200
committerRemi Collet <remi@remirepo.net>2019-05-16 08:44:23 +0200
commit7860e3e1bd0dd6313cd755cb14dd635b432db88c (patch)
treeaed46bf796d867e588d1f90bce49ca40d47b6693 /php-zendframework-zend-crypt.spec
parent140c47283e377571588326eb3e25b3f64217f436 (diff)
skip 2 test
Diffstat (limited to 'php-zendframework-zend-crypt.spec')
-rw-r--r--php-zendframework-zend-crypt.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/php-zendframework-zend-crypt.spec b/php-zendframework-zend-crypt.spec
index ceefa1b..5a5505b 100644
--- a/php-zendframework-zend-crypt.spec
+++ b/php-zendframework-zend-crypt.spec
@@ -179,7 +179,9 @@ ret=0
for cmdarg in "php %{phpunit}" php71 php72; do
if which $cmdarg; then
set $cmdarg
- $1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1
+ $1 ${2:-%{_bindir}/phpunit7} \
+ --filter '^((?!(testCcmEncryptWithTagSize)).)*$' \
+ --verbose || ret=1
fi
done
exit $ret