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 9000323 ignore TestMiniOzoneCluster
9000323 is described below
commit 9000323e3741a39cc8b645a3cb2acad7f13d2a88
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Dec 27 21:12:55 2019 +0100
ignore TestMiniOzoneCluster
---
.../src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java
index 99b4083..144764c 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java
@@ -58,12 +58,14 @@ import org.junit.After;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
+import org.junit.Ignore;
import org.junit.Test;
import org.yaml.snakeyaml.Yaml;
/**
* Test cases for mini ozone cluster.
*/
+@Ignore
public class TestMiniOzoneCluster {
private MiniOzoneCluster cluster;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]