We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cea27 commit ea0e73aCopy full SHA for ea0e73a
hbase-server/src/test/java/org/apache/hadoop/hbase/master/http/TestMasterStatusUtil.java
@@ -52,7 +52,6 @@
52
import org.apache.hadoop.hbase.zookeeper.ZNodePaths;
53
import org.junit.Before;
54
import org.junit.ClassRule;
55
-import org.junit.Ignore;
56
import org.junit.Test;
57
import org.junit.experimental.categories.Category;
58
import org.mockito.Mockito;
@@ -199,7 +198,6 @@ public void testGetFragmentationInfoTurnedOff() throws IOException {
199
198
assertNull(MasterStatusUtil.getFragmentationInfo(master, conf));
200
}
201
202
- @Ignore
203
@Test
204
public void testGetFragmentationInfoTurnedOn() throws IOException {
205
conf.setBoolean("hbase.master.ui.fragmentation.enabled", true);
0 commit comments