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:
Michael Stack 2013-07-29 15:20:22 +00:00
parent bc1e374081
commit b7833c80f5
1 changed files with 1 additions and 1 deletions

View File

@ -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();