Skip to content

Commit ea0e73a

Browse files
committed
Revert "Temporarily ignore failing test case due to unknown cause"
This reverts commit 25cea27.
1 parent 25cea27 commit ea0e73a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/master/http/TestMasterStatusUtil.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
import org.apache.hadoop.hbase.zookeeper.ZNodePaths;
5353
import org.junit.Before;
5454
import org.junit.ClassRule;
55-
import org.junit.Ignore;
5655
import org.junit.Test;
5756
import org.junit.experimental.categories.Category;
5857
import org.mockito.Mockito;
@@ -199,7 +198,6 @@ public void testGetFragmentationInfoTurnedOff() throws IOException {
199198
assertNull(MasterStatusUtil.getFragmentationInfo(master, conf));
200199
}
201200

202-
@Ignore
203201
@Test
204202
public void testGetFragmentationInfoTurnedOn() throws IOException {
205203
conf.setBoolean("hbase.master.ui.fragmentation.enabled", true);

0 commit comments

Comments
 (0)