From 5f629fdc5f8bbe0f5b86e9b0da2e804e27371f9a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jul 2015 10:23:46 +0200 Subject: php-pdepend-PHP-Depend: ignore 1 test on f22+ #1199396 --- php-pdepend-PHP-Depend.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php-pdepend-PHP-Depend.spec') diff --git a/php-pdepend-PHP-Depend.spec b/php-pdepend-PHP-Depend.spec index 873da9b..682cbbf 100644 --- a/php-pdepend-PHP-Depend.spec +++ b/php-pdepend-PHP-Depend.spec @@ -123,7 +123,12 @@ install -Dpm 0755 src/bin/pdepend %{buildroot}%{_bindir}/pdepend %check %if %{with_tests} -mkdir vendor +%if 0%{?fedora} >= 22 +# Temporary ignore this test, BC break in libxml, see +# https://bugzilla.redhat.com/1199396 incorrect identification of duplicate ID +rm src/test/php/PDepend/Report/Jdepend/ChartTest.php +%endif + cat <