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