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 1f2cccc  ignore TestContainerStateMachine
1f2cccc is described below

commit 1f2ccccdb05ed933b1c50304ac2ccfcc1c346f0a
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Dec 24 12:44:53 2019 +0100

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

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachine.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachine.java
index 2e862bf..6bef060 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachine.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachine.java
@@ -40,6 +40,7 @@ import 
org.apache.ratis.statemachine.impl.SimpleStateMachineStorage;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.io.File;
@@ -58,7 +59,7 @@ import static 
org.apache.hadoop.hdds.scm.ScmConfigKeys.OZONE_SCM_STALENODE_INTER
 /**
  * Tests the containerStateMachine failure handling.
  */
-
+@Ignore
 public class TestContainerStateMachine {
 
   private MiniOzoneCluster cluster;


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

Reply via email to