From 11a1af7974e23e0279e5cd294c34f05f18e1bb79 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Oct 23 2018 11:19:35 +0000 Subject: Improve comments reasoning disabled tests --- diff --git a/apache-ivy.spec b/apache-ivy.spec index 812fde3..fe69850 100644 --- a/apache-ivy.spec +++ b/apache-ivy.spec @@ -113,12 +113,10 @@ rm -rf doc build/doc # Publish artifacts through XMvn sed -i /ivy:publish/s/local/xmvn/ build.xml -# Disable tests which fail for an unknown reason +# Disable tests which fail due to networking being disabled during build sed -i 's/\(\s*public void\) \(testFixedMdMultipleExtends().*\)/\1 _disabled_\2/' test/java/org/apache/ivy/core/report/ResolveReportTest.java rm test/java/org/apache/ivy/plugins/resolver/BintrayResolverTest.java rm test/java/org/apache/ivy/plugins/resolver/MirroredURLResolverTest.java - -# Disable tests which fail due to networking being disabled during build rm -rf test/java/org/apache/ivy/osgi/updatesite rm test/java/org/apache/ivy/core/settings/OnlineXmlSettingsParserTest.java rm test/java/org/apache/ivy/util/url/BasicURLHandlerTest.java @@ -126,10 +124,10 @@ rm test/java/org/apache/ivy/util/url/HttpclientURLHandlerTest.java rm test/java/org/apache/ivy/plugins/resolver/IBiblioResolverTest.java rm test/java/org/apache/ivy/util/url/ArtifactoryListingTest.java -# Disable test which fails due to non-existing files +# XXX Disable test which fails due to non-existing files rm test/java/org/apache/ivy/ant/IvyBuildListTest.java -# Disable test which fails due to wrong ordering in the .xml file +# XXX Disable test which fails due to wrong ordering in the .xml file sed -i 's/\(\s*public void\) \(testExtraInfosFromMaven().*\)/\1 _disabled_\2/' test/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriterTest.java %build