From 576a2f965bcef9ef0cb9a44a0194abfe84c4b665 Mon Sep 17 00:00:00 2001 From: Jorge Bescos Gascon Date: Wed, 17 Apr 2024 11:45:54 +0200 Subject: [PATCH] 3.x Messaging TCK runs tests twice #7584 Signed-off-by: Jorge Bescos Gascon --- microprofile/tests/tck/pom.xml | 18 ------------------ microprofile/tests/tck/tck-graphql/pom.xml | 5 +++++ microprofile/tests/tck/tck-health/pom.xml | 5 +++++ microprofile/tests/tck/tck-messaging/pom.xml | 1 - microprofile/tests/tck/tck-metrics/pom.xml | 1 - .../tests/tck/tck-reactive-operators/pom.xml | 1 - 6 files changed, 10 insertions(+), 21 deletions(-) diff --git a/microprofile/tests/tck/pom.xml b/microprofile/tests/tck/pom.xml index f6f8674c448..e9a1bfde382 100644 --- a/microprofile/tests/tck/pom.xml +++ b/microprofile/tests/tck/pom.xml @@ -61,24 +61,6 @@ - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - org.apache.maven.surefire - surefire-testng - ${version.plugin.surefire} - - - - - - - tck-ft diff --git a/microprofile/tests/tck/tck-graphql/pom.xml b/microprofile/tests/tck/tck-graphql/pom.xml index 772ed4240a7..33868498406 100644 --- a/microprofile/tests/tck/tck-graphql/pom.xml +++ b/microprofile/tests/tck/tck-graphql/pom.xml @@ -62,6 +62,11 @@ jakarta.xml.bind-api test + + org.testng + testng + test + diff --git a/microprofile/tests/tck/tck-health/pom.xml b/microprofile/tests/tck/tck-health/pom.xml index 77656363880..cb67fbcc516 100644 --- a/microprofile/tests/tck/tck-health/pom.xml +++ b/microprofile/tests/tck/tck-health/pom.xml @@ -56,6 +56,11 @@ com.google.guava guava + + org.testng + testng + test + diff --git a/microprofile/tests/tck/tck-messaging/pom.xml b/microprofile/tests/tck/tck-messaging/pom.xml index 0d78bbf7041..c0edd20c853 100644 --- a/microprofile/tests/tck/tck-messaging/pom.xml +++ b/microprofile/tests/tck/tck-messaging/pom.xml @@ -59,7 +59,6 @@ org.apache.maven.plugins maven-surefire-plugin - false org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck diff --git a/microprofile/tests/tck/tck-metrics/pom.xml b/microprofile/tests/tck/tck-metrics/pom.xml index 98b5b4ab527..c6cad927026 100644 --- a/microprofile/tests/tck/tck-metrics/pom.xml +++ b/microprofile/tests/tck/tck-metrics/pom.xml @@ -108,7 +108,6 @@ org.apache.maven.plugins maven-surefire-plugin - false org.eclipse.microprofile.metrics:microprofile-metrics-api-tck diff --git a/microprofile/tests/tck/tck-reactive-operators/pom.xml b/microprofile/tests/tck/tck-reactive-operators/pom.xml index 66c8b16a4b1..10919c2da22 100644 --- a/microprofile/tests/tck/tck-reactive-operators/pom.xml +++ b/microprofile/tests/tck/tck-reactive-operators/pom.xml @@ -58,7 +58,6 @@ org.apache.maven.plugins maven-surefire-plugin - false org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck