This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
commit b71917389039f8f8fe37fcb6ae7d0faf034550c0 Author: Elek Márton <[email protected]> AuthorDate: Sun Mar 29 15:02:58 2020 +0200 HDDS-3290. Ignore TestRandomKeyGenerator --- .../test/java/org/apache/hadoop/ozone/freon/TestRandomKeyGenerator.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/freon/TestRandomKeyGenerator.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/freon/TestRandomKeyGenerator.java index 4649970..b39139d 100644 --- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/freon/TestRandomKeyGenerator.java +++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/freon/TestRandomKeyGenerator.java @@ -36,6 +36,7 @@ import org.junit.Test; /** * Tests Freon, with MiniOzoneCluster. */ +@Ignore("HDDS-3290") public class TestRandomKeyGenerator { private static MiniOzoneCluster cluster; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
