zhztheplayer commented on code in PR #8930:
URL: https://github.com/apache/incubator-gluten/pull/8930#discussion_r2156268455
##########
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:
Hi @yaooqinn , just wanted to follow up on this:
```xml
<skipTests>true</skipTests>
```
This seems to make all Java tests skipped in CI... @jinchengchenghh is
looking into fixing it.
Was there a reason we set it by default?
--
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]