Skip tests involving ICMP ping
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
d19c545fca
commit
2fbe8dc158
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: apache-commons-exec
|
Name: apache-commons-exec
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 18%{?dist}
|
Release: 18%{?dist}.1
|
||||||
Summary: Java library to reliably execute external processes from within the JVM
|
Summary: Java library to reliably execute external processes from within the JVM
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/exec/
|
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
|
# Skip Exec57Test (it is unstable), see rhbz#1202260
|
||||||
find -name Exec57Test.java -delete
|
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.source 6
|
||||||
%pom_xpath_set pom:properties/pom:maven.compiler.target 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
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-18
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user