From ccb2cfd7a3469285a6c33525f94eae55ec6eaf91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Sep 2021 09:22:20 +0200 Subject: skip 1 test --- php-doctrine-dbal3.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit