This is an automated email from the ASF dual-hosted git repository.
elek 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 fe0bc93 Ignore early, ignore often
fe0bc93 is described below
commit fe0bc93e149a67fe972e1362b83503640ad5d0c7
Author: Márton Elek <[email protected]>
AuthorDate: Sat Nov 30 13:09:34 2019 +0100
Ignore early, ignore often
---
.../org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientWithRatis.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientWithRatis.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientWithRatis.java
index 73a7de5..e5f40d7 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientWithRatis.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientWithRatis.java
@@ -40,6 +40,7 @@ import org.apache.hadoop.ozone.om.helpers.OmKeyArgs;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
+import org.junit.Ignore;
import org.junit.Test;
import static org.apache.hadoop.hdds.client.ReplicationFactor.THREE;
@@ -49,6 +50,7 @@ import static org.junit.Assert.fail;
* This class is to test all the public facing APIs of Ozone Client with an
* active OM Ratis server.
*/
+@Ignore
public class TestOzoneRpcClientWithRatis extends TestOzoneRpcClientAbstract {
private static OzoneConfiguration conf;
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]