zhztheplayer commented on code in PR #8930:
URL: https://github.com/apache/incubator-gluten/pull/8930#discussion_r2156481235


##########
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:
   > No, it's the former behavior of the Gluten project as a Scala-specific 
project, which involved only ScalaTest.
   
   Yes, almost all of our tests are in Scala but we do have a couple of Java 
tests. There are not many of them (less than 100), so we should generally be 
fine. 



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