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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
