Skip tests involving ICMP ping

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2021-02-11 13:39:39 -05:00
parent d19c545fca
commit 2fbe8dc158
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11
1 changed files with 10 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: apache-commons-exec
Version: 1.3
Release: 18%{?dist}
Release: 18%{?dist}.1
Summary: Java library to reliably execute external processes from within the JVM
License: ASL 2.0
URL: http://commons.apache.org/exec/
@ -48,6 +48,12 @@ chmod a+x src/test/scripts/*.sh
# Skip Exec57Test (it is unstable), see rhbz#1202260
find -name Exec57Test.java -delete
# The configuration of mock in Brew results in permission errors whe trying
# to perform an ICMP ping. Skip those tests.
find -name Exec34Test.java -delete
find -name Exec41Test.java -delete
find -name Exec60Test.java -delete
%pom_xpath_set pom:properties/pom:maven.compiler.source 6
%pom_xpath_set pom:properties/pom:maven.compiler.target 6
@ -69,6 +75,9 @@ find -name Exec57Test.java -delete
%license LICENSE.txt NOTICE.txt
%changelog
* Thu Feb 11 2021 Stephen Gallagher <sgallagh@redhat.com> - 1.3-18.1
- Skip tests involving ICMP ping
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild