paul-rogers commented on code in PR #12368:
URL: https://github.com/apache/druid/pull/12368#discussion_r867232189
##########
pom.xml:
##########
@@ -1505,6 +1525,7 @@
<!--@TODO After fixing
https://github.com/apache/druid/issues/4964 remove this parameter-->
-Ddruid.indexing.doubleStorage=double
</argLine>
+ <skipTests>${skipUTs}</skipTests>
Review Comment:
Added a comment. Surefire runs the UTs. It's sister plugin, Failsafe, runs
the ITs. Here, we want to skip the Surefire tests only. Let me know if the
comment makes this clear, else I'll add to it.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]