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 8fc605f ignore TestContainerReplicationEndToEnd
8fc605f is described below
commit 8fc605f28e379872aa681ff5b07494ac5f889e9e
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Dec 25 21:28:32 2019 +0100
ignore TestContainerReplicationEndToEnd
---
.../hadoop/ozone/client/rpc/TestContainerReplicationEndToEnd.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerReplicationEndToEnd.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerReplicationEndToEnd.java
index bc27926..96026c8 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerReplicationEndToEnd.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerReplicationEndToEnd.java
@@ -44,6 +44,7 @@ import org.apache.hadoop.test.GenericTestUtils;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
+import org.junit.Ignore;
import org.junit.Test;
import java.io.File;
@@ -61,6 +62,7 @@ import static
org.apache.hadoop.hdds.scm.ScmConfigKeys.OZONE_SCM_STALENODE_INTER
* Tests delete key operation with a slow follower in the datanode
* pipeline.
*/
+@Ignore
public class TestContainerReplicationEndToEnd {
private static MiniOzoneCluster cluster;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]