HBASE-14569 Disable hanging test TestNamespaceAuditor

This commit is contained in:
stack 2015-10-13 23:42:17 -07:00
parent 64e30f1217
commit 4850757386
1 changed files with 2 additions and 1 deletions

View File

@ -85,6 +85,7 @@ import org.apache.zookeeper.KeeperException;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@ -420,7 +421,7 @@ public class TestNamespaceAuditor {
assertEquals(initialRegions, ADMIN.getTableRegions(tableTwo).size());
}
@Test
@Ignore("Hangs on occasion waiting on countdown latch") @Test
public void testRegionOperations() throws Exception {
String nsp1 = prefix + "_regiontest";
NamespaceDescriptor nspDesc = NamespaceDescriptor.create(nsp1)