zhangyue19921010 commented on a change in pull request #4398:
URL: https://github.com/apache/hudi/pull/4398#discussion_r772801240



##########
File path: pom.xml
##########
@@ -316,19 +316,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>${maven-surefire-plugin.version}</version>
-        <configuration>
-          <argLine>@{argLine}</argLine>
-          <systemPropertyVariables>
-            <log4j.configuration>
-              ${surefire-log4j.file}
-            </log4j.configuration>
-          </systemPropertyVariables>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>

Review comment:
       Emmm, I'm not sure about the scope of failsafe plugin. 
   Also this pr is try to fix flaky testes and expand timeout time. 
   Should we take care of it here or maybe be we can step another PR to deal 
with failsafe :)




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


Reply via email to