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

adoroszlai pushed a commit to branch integration-test-cleanup
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/integration-test-cleanup by 
this push:
     new a6db478  ignore TestMiniChaosOzoneCluster
a6db478 is described below

commit a6db478a85bebfed5a3501532cc5faa42b7bce78
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Dec 21 23:53:50 2019 +0100

    ignore TestMiniChaosOzoneCluster
---
 .../test/java/org/apache/hadoop/ozone/TestMiniChaosOzoneCluster.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniChaosOzoneCluster.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniChaosOzoneCluster.java
index bb66474..39eb509 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniChaosOzoneCluster.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniChaosOzoneCluster.java
@@ -24,6 +24,7 @@ import org.apache.hadoop.ozone.client.OzoneBucket;
 import org.apache.hadoop.ozone.client.OzoneVolume;
 import org.junit.BeforeClass;
 import org.junit.AfterClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import picocli.CommandLine.Command;
 import picocli.CommandLine.Option;
@@ -38,6 +39,7 @@ import java.util.concurrent.TimeUnit;
  */
 @Command(description = "Starts IO with MiniOzoneChaosCluster",
     name = "chaos", mixinStandardHelpOptions = true)
+@Ignore
 public class TestMiniChaosOzoneCluster implements Runnable {
 
   @Option(names = {"-d", "--numDatanodes"},


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

Reply via email to