From 8b3f7cce216549ea6ab4f038661f4d8496f41d4e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 09:30:03 +0000 Subject: [PATCH] [UT] explicitly ignore surefire maven tests failures in fe-common and hive-udf (backport #54442) (#54453) Signed-off-by: Kevin Xiaohua Cai Co-authored-by: Kevin Cai --- fe/fe-common/pom.xml | 9 +++++++++ fe/hive-udf/pom.xml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/fe/fe-common/pom.xml b/fe/fe-common/pom.xml index 18896765fd82a..fc7d3e257a925 100644 --- a/fe/fe-common/pom.xml +++ b/fe/fe-common/pom.xml @@ -36,6 +36,8 @@ under the License. ${basedir}/../../ + + false @@ -70,6 +72,13 @@ under the License. + + org.apache.maven.plugins + maven-surefire-plugin + + ${failIfNoSpecifiedTests} + + diff --git a/fe/hive-udf/pom.xml b/fe/hive-udf/pom.xml index fbc9c00acb995..ad4cd0a23def5 100644 --- a/fe/hive-udf/pom.xml +++ b/fe/hive-udf/pom.xml @@ -33,6 +33,8 @@ 8 8 + + false @@ -75,6 +77,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${failIfNoSpecifiedTests} + +