yaooqinn commented on code in PR #8930:
URL: https://github.com/apache/incubator-gluten/pull/8930#discussion_r2156290425
##########
pom.xml:
##########
@@ -1637,6 +1653,14 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
Review Comment:
FYI, https://github.com/apache/incubator-gluten/pull/8930/files#r1988585298
This just followed the AS-IS status, and I believe it can be enabled if
necessary
--
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]