You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2023/04/01 20:15:09 UTC

[ozone] 02/03: HDDS-6335. Disable flaky test TestParentAcl#testKeyAcl

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 <ad...@apache.org>
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: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org