From 5580bec9d62b7d81b7d4826d897be042ab9b4ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Tue, 20 Jan 2026 14:13:39 +0100 Subject: [PATCH] Reactivate tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit they were deactivated due to misconfiguration https://github.com/swagger-api/swagger-codegen-generators/commit/62071660e3f7372b9fc7f9c7e8c2df5e7169dbe6 where it was configured to use Junit4 although it is TestNg tests which are used Signed-off-by: Aurélien Pupier --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c6c6a69bd2..7465b24ae8 100644 --- a/pom.xml +++ b/pom.xml @@ -85,12 +85,11 @@ org.apache.maven.surefire - surefire-junit4 + surefire-testng ${surefire-version} - none:none -javaagent:${settings.localRepository}/org/jmockit/jmockit/${jmockit-version}/jmockit-${jmockit-version}.jar -XX:+IgnoreUnrecognizedVMOptions --add-opens=java.base/java.util=ALL-UNNAMED