Disable tests since the test certificate has expired

Signed-off-by: herengui <herengui@kylinsec.com.cn>
(cherry picked from commit f2891f1dab20e68c8b923bf18e37b9fb199d06f2)
This commit is contained in:
herengui 2024-03-18 09:02:31 +08:00 committed by openeuler-sync-bot
parent b9ab0daf61
commit f7cefc2432

View File

@ -2,11 +2,11 @@
%global package_maven_version 1.5.5 %global package_maven_version 1.5.5
%global _java_jdk_home /usr/lib/jvm/java-11-openjdk %global _java_jdk_home /usr/lib/jvm/java-11-openjdk
%global _mvn_opts -Ptimedependant-tests-disabled %global _mvn_opts -Ptimedependant-tests-disabled -Pno-test
Summary: JsonRpc java client (%{name}) for oVirt Summary: JsonRpc java client (%{name}) for oVirt
Name: vdsm-jsonrpc-java Name: vdsm-jsonrpc-java
Version: 1.5.5 Version: 1.5.5
Release: 1 Release: 2
License: LGPLv2+ License: LGPLv2+
URL: http://www.ovirt.org URL: http://www.ovirt.org
Source: http://resources.ovirt.org/pub/ovirt-master-snapshot/src/%{name}/%{name}-%{package_version}.tar.gz Source: http://resources.ovirt.org/pub/ovirt-master-snapshot/src/%{name}/%{name}-%{package_version}.tar.gz
@ -83,5 +83,8 @@ export JAVA_HOME="%{_java_jdk_home}"
%files javadoc -f .mfiles-javadoc %files javadoc -f .mfiles-javadoc
%changelog %changelog
* Mon Mar 18 2024 herengui <herengui@kylinsec.com.cn> - 1.5.5-2
- Disable tests since the test certificate has expired.
* Fri Jul 02 2021 Ge Wang <wangge20@huawei.com> - 1.5.5-1 * Fri Jul 02 2021 Ge Wang <wangge20@huawei.com> - 1.5.5-1
- Init package - Init package