From 47fb50ae058aae270462646288abd9edf17abba8 Mon Sep 17 00:00:00 2001 From: Jorge Bescos Gascon Date: Thu, 21 Dec 2023 08:47:45 +0100 Subject: [PATCH 1/3] 4.x: Enable microprofile/tests/tck/tck-config/src/test/tck-suite.xml tests #8173 Signed-off-by: Jorge Bescos Gascon --- microprofile/tests/server/pom.xml | 21 +++++++++++++++++++ .../tck/tck-config/src/test/tck-suite.xml | 6 ------ 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/microprofile/tests/server/pom.xml b/microprofile/tests/server/pom.xml index c2db9b4259f..8b0a771cd50 100644 --- a/microprofile/tests/server/pom.xml +++ b/microprofile/tests/server/pom.xml @@ -71,4 +71,25 @@ test + + + + + org.apache.maven.plugins + maven-surefire-plugin + + 1 + false + false + false + + ${surefire.argLine} ${surefire.coverage.argline} + true + + + + diff --git a/microprofile/tests/tck/tck-config/src/test/tck-suite.xml b/microprofile/tests/tck/tck-config/src/test/tck-suite.xml index c0b3744854f..4e6bd55bd46 100644 --- a/microprofile/tests/tck/tck-config/src/test/tck-suite.xml +++ b/microprofile/tests/tck/tck-config/src/test/tck-suite.xml @@ -22,12 +22,6 @@ - - From e619c9a460d55808811184ad9fc2bef0e37378a3 Mon Sep 17 00:00:00 2001 From: Jorge Bescos Gascon Date: Fri, 19 Jan 2024 06:07:10 +0100 Subject: [PATCH 2/3] Review comments 1 Signed-off-by: Jorge Bescos Gascon --- microprofile/tests/tck/tck-config/src/test/tck-suite.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microprofile/tests/tck/tck-config/src/test/tck-suite.xml b/microprofile/tests/tck/tck-config/src/test/tck-suite.xml index 4e6bd55bd46..16a0d9b259a 100644 --- a/microprofile/tests/tck/tck-config/src/test/tck-suite.xml +++ b/microprofile/tests/tck/tck-config/src/test/tck-suite.xml @@ -1,7 +1,7 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - 1 - false - false - false - - ${surefire.argLine} ${surefire.coverage.argline} - true - - - - diff --git a/microprofile/tests/tck/tck-config/src/test/tck-suite.xml b/microprofile/tests/tck/tck-config/src/test/tck-suite.xml index 16a0d9b259a..04887539b24 100644 --- a/microprofile/tests/tck/tck-config/src/test/tck-suite.xml +++ b/microprofile/tests/tck/tck-config/src/test/tck-suite.xml @@ -1,7 +1,7 @@