This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git

commit d91f619f2208e285b7ce1a5650bc5da7f996b5b0
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Apr 1 22:03:19 2023 +0200

    HDDS-6335. Disable flaky test TestParentAcl#testKeyAcl
---
 .../test/java/org/apache/hadoop/ozone/security/acl/TestParentAcl.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/security/acl/TestParentAcl.java
 
b/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/security/acl/TestParentAcl.java
index 5a99371822..67929e347a 100644
--- 
a/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/security/acl/TestParentAcl.java
+++ 
b/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/security/acl/TestParentAcl.java
@@ -48,6 +48,7 @@ import org.apache.ozone.test.GenericTestUtils;
 import org.apache.ozone.test.tag.Flaky;
 import org.junit.Assert;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.io.File;
@@ -119,7 +120,7 @@ public class TestParentAcl {
   }
 
   @Test
-  @Flaky("HDDS-6335")
+  @Flaky("HDDS-6335") @Ignore("HDDS-6335")
   public void testKeyAcl()
       throws IOException {
     OzoneObj keyObj;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to