summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-doctrine-dbal.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/php-doctrine-dbal.spec b/php-doctrine-dbal.spec
index 1b5b8e0..72e0041 100644
--- a/php-doctrine-dbal.spec
+++ b/php-doctrine-dbal.spec
@@ -220,7 +220,9 @@ require_once '%{buildroot}/%{phpdir}/Doctrine/DBAL/autoload.php';
BOOTSTRAP
%if 0%{?rhel} == 7
-SKIP="--filter '^((?!(testFetchAllKeyValueWithLimit)).)*$'"
+SKIP="--filter '^((?!(testFetchAllKeyValueWithLimit|testFetchLongBlob)).)*$'"
+%else
+SKIP="--filter '^((?!(testFetchLongBlob)).)*$'"
%endif
: Upstream tests