commit: d6df20ef959a681bfc80f70831403696368763b2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Thu Mar 23 08:19:03 2023 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 08:36:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6df20ef
dev-java/jdbc-mysql: disable tests, bug #902791 Closes: https://bugs.gentoo.org/902791 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/30316 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-java/jdbc-mysql/jdbc-mysql-8.0.32.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/jdbc-mysql/jdbc-mysql-8.0.32.ebuild b/dev-java/jdbc-mysql/jdbc-mysql-8.0.32.ebuild index 01a428440a5c..66e62708d6c9 100644 --- a/dev-java/jdbc-mysql/jdbc-mysql-8.0.32.ebuild +++ b/dev-java/jdbc-mysql/jdbc-mysql-8.0.32.ebuild @@ -3,10 +3,10 @@ EAPI=8 -JAVA_PKG_IUSE="doc source test" -MAVEN_ID="com.mysql:mysql-connector-j:8.0.32" # Tests disabled, see bug #902723 -# JAVA_TESTING_FRAMEWORKS="junit-4" +JAVA_PKG_IUSE="doc source" +MAVEN_ID="com.mysql:mysql-connector-j:8.0.32" +JAVA_TESTING_FRAMEWORKS="junit-4" inherit java-pkg-2 java-pkg-simple
