bowenliang123 commented on code in PR #3854:
URL: https://github.com/apache/incubator-kyuubi/pull/3854#discussion_r1037886903


##########
pom.xml:
##########
@@ -2332,6 +2337,21 @@
             </properties>
         </profile>
 
+        <profile>
+            <id>fast</id>

Review Comment:
   Good suggestion. However, `fast` profile is skipping tests run that prevent 
running actual tests and ignoring `-DwildcardSuites`. As result, we will have 
to use `fast` profile while explicitly set `skipTest` to false with ` -Pfast 
-DskipTests=false`.



-- 
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]

Reply via email to