From 7a587fdb3f36706dc963069a7ff4ceaf84c44a6a Mon Sep 17 00:00:00 2001 From: Shashikant Banerjee Date: Wed, 24 Jun 2020 15:15:18 +0530 Subject: [PATCH] HDDS-3263. Fix TestCloseContainerByPipeline.java. --- .../commandhandler/TestCloseContainerByPipeline.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestCloseContainerByPipeline.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestCloseContainerByPipeline.java index bb2d57f22240..b33f9caf1718 100644 --- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestCloseContainerByPipeline.java +++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestCloseContainerByPipeline.java @@ -44,7 +44,6 @@ import org.junit.AfterClass; import org.junit.Assert; import org.junit.BeforeClass; -import org.junit.Ignore; import org.junit.Test; import java.io.IOException; @@ -58,7 +57,6 @@ /** * Test container closing. */ -@Ignore public class TestCloseContainerByPipeline { private static MiniOzoneCluster cluster;