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 7fca7fe  ignore TestDeleteWithSlowFollower
7fca7fe is described below

commit 7fca7fed5aba13eb39e24dfde3aeda01bb527abb
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Dec 21 13:52:45 2019 +0100

    ignore TestDeleteWithSlowFollower
---
 .../org/apache/hadoop/ozone/client/rpc/TestDeleteWithSlowFollower.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestDeleteWithSlowFollower.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestDeleteWithSlowFollower.java
index 30c2624..67e72de 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestDeleteWithSlowFollower.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestDeleteWithSlowFollower.java
@@ -52,6 +52,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;
@@ -70,6 +71,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 TestDeleteWithSlowFollower {
 
   private static MiniOzoneCluster cluster;


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

Reply via email to