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 0df6d15 commit 25cea27Copy full SHA for 25cea27
hbase-server/src/test/java/org/apache/hadoop/hbase/master/http/TestMasterStatusUtil.java
@@ -52,6 +52,7 @@
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;
@@ -198,6 +199,7 @@ public void testGetFragmentationInfoTurnedOff() throws IOException {
198
199
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