diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-02 10:23:46 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-02 10:23:46 +0200 |
commit | 5f629fdc5f8bbe0f5b86e9b0da2e804e27371f9a (patch) | |
tree | 6d6c0d3511abc0293e920734f7614dbbd87970b6 | |
parent | cf0989b01ac6df63062549068842c62033bff644 (diff) |
php-pdepend-PHP-Depend: ignore 1 test on f22+ #1199396
-rw-r--r-- | php-pdepend-PHP-Depend.spec | 7 |
1 files changed, 6 insertions, 1 deletions
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 <<EOF | tee src/test/php/PDepend/bootstrap.php <?php require '%{buildroot}%{php_home}/autoload.php'; |