snuyanzin commented on code in PR #23962:
URL: https://github.com/apache/flink/pull/23962#discussion_r1433172250


##########
flink-core/src/test/java/org/apache/flink/core/fs/local/LocalFileSystemTest.java:
##########
@@ -236,6 +237,7 @@ public void testRenameNonExistingFile() throws IOException {
     }
 
     @Test
+    @Ignore("FLINK-27082: Fails in Docker with root user")

Review Comment:
   Wouldn't it be better to create interface something like 
`FailsOnDockerWithRoot`
   and with help of `@Category` mark tests failing for the specific maven 
profile
   like it is done for 
   
https://github.com/apache/flink/blob/cabb28d25c4c58af3ee23fc4a63f9564aefd6146/flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/testutils/junit/FailsOnJava17.java#L21
   
   



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to