This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 27ff0dff14e branch-3.0: [chore](feut) add maven.test.failure.ignore
#51134 (#53387)
27ff0dff14e is described below
commit 27ff0dff14e00c9b72e8f8b7354d2176dd3dcf60
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 17 20:36:46 2025 +0800
branch-3.0: [chore](feut) add maven.test.failure.ignore #51134 (#53387)
Cherry-picked from #51134
Co-authored-by: feifeifeimoon <[email protected]>
---
run-fe-ut.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/run-fe-ut.sh b/run-fe-ut.sh
index cce439b02bf..0c9d8de31ec 100755
--- a/run-fe-ut.sh
+++ b/run-fe-ut.sh
@@ -121,7 +121,7 @@ if [[ "${RUN}" -eq 1 ]]; then
else
echo "Run Frontend UT"
if [[ "${COVERAGE}" -eq 1 ]]; then
- "${MVN_CMD}" test jacoco:report -DfailIfNoTests=false
+ "${MVN_CMD}" test jacoco:report -DfailIfNoTests=false
-Dmaven.test.failure.ignore=true
else
"${MVN_CMD}" test -Dcheckstyle.skip=true -DfailIfNoTests=false
fi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]