HBASE-9071 Disable TestHCM#testClusterStatus because fails in IDEs, etc.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508097 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc1e374081
commit
b7833c80f5
|
@ -110,7 +110,7 @@ public class TestHCM {
|
|||
return HConnectionTestingUtility.getConnectionCount();
|
||||
}
|
||||
|
||||
@Test(expected = RegionServerStoppedException.class)
|
||||
@Ignore ("Fails in IDEs: HBASE-9042") @Test(expected = RegionServerStoppedException.class)
|
||||
public void testClusterStatus() throws Exception {
|
||||
byte[] tn = "testClusterStatus".getBytes();
|
||||
byte[] cf = "cf".getBytes();
|
||||
|
|
Loading…
Reference in New Issue