This is an automated email from the ASF dual-hosted git repository. gaurava pushed a commit to branch docker-local-ci in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 7d78daed5324532885b311aba3b1d6d593fc46d7 Author: Gautham Banasandra <gautham.bangal...@gmail.com> AuthorDate: Sun May 25 17:23:51 2025 +0530 Disable xmllint test --- dev-support/jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/jenkins.sh b/dev-support/jenkins.sh index b335a65159f..d2b29104bf9 100644 --- a/dev-support/jenkins.sh +++ b/dev-support/jenkins.sh @@ -193,7 +193,7 @@ function run_ci() { YETUS_ARGS+=("--build-url-artifacts=artifact/out") # plugins to enable - YETUS_ARGS+=("--plugins=all,-jira") + YETUS_ARGS+=("--plugins=all,-jira,-xmllint") # don't let these tests cause -1s because we aren't really paying that # much attention to them --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org