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:08 UTC

[ozone] 01/03: HDDS-8089. Disable flaky test TestOmSnapshot#checkKey

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 d10bbf53c16ce0783f6a3fff71699d9ddc9189ee
Author: Doroszlai, Attila <ad...@apache.org>
AuthorDate: Sat Apr 1 22:01:20 2023 +0200

    HDDS-8089. Disable flaky test TestOmSnapshot#checkKey
---
 .../src/test/java/org/apache/hadoop/ozone/om/TestOmSnapshot.java         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOmSnapshot.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOmSnapshot.java
index 6c10388133..ea47082326 100644
--- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOmSnapshot.java
+++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOmSnapshot.java
@@ -319,6 +319,7 @@ public class TestOmSnapshot {
   }
 
   @Test
+  @Ignore("HDDS-8089")
   public void checkKey() throws Exception {
     String s = "testData";
     String dir1 = "dir1";


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org