remove test that fails on arm builder

This commit is contained in:
gil 2015-06-19 15:28:22 +02:00
commit a5c36c640b

View file

@ -63,11 +63,13 @@ This package contains javadoc for %{name}.
%pom_remove_plugin :buildnumber-maven-plugin
%pom_remove_plugin :maven-enforcer-plugin
%pom_xpath_set "pom:dependencies/pom:dependency[pom:groupId = 'org.codehaus.woodstox']/pom:artifactId" woodstox-core-asl
%pom_xpath_set "pom:dependency[pom:groupId = 'org.codehaus.woodstox']/pom:artifactId" woodstox-core-asl
cp -p %{SOURCE1} LICENSE.txt
sed -i 's/\r//' LICENSE.txt
rm -r test/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java
%mvn_file :streambuffer %{name}
%build