XComp commented on code in PR #23970:
URL: https://github.com/apache/flink/pull/23970#discussion_r1446151938
##########
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 actually tried this and failed. But trying it once more was successful.
:+1: thanks for the hint. That's definitely a better more straight-forward
approach. I wasn't happy with the one I came up with in the first place.
:innocent:
--
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]