summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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