[atoum] ignore 1 test because of https://bugzilla.redhat.com/1199396

Remi Collet remi at fedoraproject.org
Tue Mar 24 13:32:18 UTC 2015


commit 87957e5d7db6985194e2777d079b5db4ea2cf63b
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Mar 24 14:32:13 2015 +0100

    ignore 1 test because of https://bugzilla.redhat.com/1199396

 atoum.spec | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/atoum.spec b/atoum.spec
index 1756e83..9b0dff7 100644
--- a/atoum.spec
+++ b/atoum.spec
@@ -91,6 +91,13 @@ cp -pr tests $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 
 %check
+%if 0%{?fedora} >= 22
+# Temporary ignore this test, BC break in libxml, see
+# https://bugzilla.redhat.com/1199396  incorrect identification of duplicate ID
+# https://github.com/atoum/atoum/issues/449 Failed test with libxml version 2.9.2
+rm tests/units/classes/reports/asynchronous/xunit.php
+%endif
+
 cd tests/units
 echo "date.timezone=UTC" >php.ini
 export PHPRC=$(pwd)/php.ini


More information about the scm-commits mailing list