davidradl commented on code in PR #27401:
URL: https://github.com/apache/flink/pull/27401#discussion_r2681430232
##########
tools/ci/compile.sh:
##########
@@ -86,7 +86,7 @@ javadoc_output=/tmp/javadoc.out
# use the same invocation as .github/workflows/docs.sh
$MVN javadoc:aggregate -DadditionalJOption='-Xdoclint:none' \
-Dmaven.javadoc.failOnError=false -Dcheckstyle.skip=true
-Denforcer.skip=true -Dspotless.skip=true -Drat.skip=true \
- -Dheader=someTestHeader > ${javadoc_output}
+ -Dheader=someTestHeader -Pskip-webui-build > ${javadoc_output}
Review Comment:
Makes sense to skip the tests short term. Is there a Jira to track this
issue and maybe include the Jira number in a comment here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]