From 0956c3212eee7e9c627ab13253fb184f1b9bec8a 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 fb1d5310c2..d0b0c115a6 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