zentol commented on code in PR #23970:
URL: https://github.com/apache/flink/pull/23970#discussion_r1446254396


##########
pom.xml:
##########
@@ -998,6 +998,21 @@ under the License.
                        </build>
                </profile>
 
+               <profile>
+                       <id>github-actions</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               
<groupId>org.apache.maven.plugins</groupId>
+                                               
<artifactId>maven-surefire-plugin</artifactId>
+                                               <configuration>
+                                                       
<excludedGroups>org.apache.flink.testutils.junit.FailsInGHAContainerWithRootUser</excludedGroups>

Review Comment:
   I'll double check this as well because I may have tried that in the past 🤔 
   
   There's also more esoteric options but let's not get into those just yet...



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