summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-13 09:22:20 +0200
committerRemi Collet <remi@remirepo.net>2021-09-13 09:22:20 +0200
commitccb2cfd7a3469285a6c33525f94eae55ec6eaf91 (patch)
tree223b0d270984336270209b5668576092327abe0f
parentbdd7d465cbdf419af57698262582e2eb8ff692d9 (diff)
skip 1 test
-rw-r--r--php-doctrine-dbal3.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec
index 71ead8b..35f87e6 100644
--- a/php-doctrine-dbal3.spec
+++ b/php-doctrine-dbal3.spec
@@ -223,7 +223,9 @@ BOOTSTRAP
find tests -name \*php -exec grep -q PHPStan {} \; -print -delete
%if 0%{?rhel} == 7
-SKIP="--filter '^((?!(testFetchAllKeyValueWithLimit)).)*$'"
+SKIP="--filter '^((?!(testFetchAllKeyValueWithLimit|testFetchLongBlob)).)*$'"
+%else
+SKIP="--filter '^((?!(testFetchLongBlob)).)*$'"
%endif
: Upstream tests