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 e1310ee  The last one out, turn off the light
e1310ee is described below

commit e1310eeb14071410d4fac5e22dde96926800ca63
Author: Márton Elek <[email protected]>
AuthorDate: Mon Dec 2 21:07:58 2019 +0100

    The last one out, turn off the light
---
 .../container/common/statemachine/commandhandler/TestBlockDeletion.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java
index ffe5b6f..000f9b5 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestBlockDeletion.java
@@ -55,6 +55,7 @@ import 
org.apache.hadoop.ozone.container.common.utils.ReferenceCountedDB;
 import org.junit.AfterClass;
 import org.junit.Assert;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.event.Level;
 
@@ -81,6 +82,7 @@ import static org.apache.hadoop.ozone
 /**
  * Tests for Block deletion.
  */
+@Ignore
 public class TestBlockDeletion {
   private static OzoneConfiguration conf = null;
   private static ObjectStore store;


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

Reply via email to