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


##########
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. This surefire plugin was only added in 
some submodules.



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