HBASE-14569 Disable hanging test TestNamespaceAuditor

This commit is contained in:
stack 2015-10-13 23:44:52 -07:00
parent 1a163b7ab7
commit f24fb713c8
1 changed files with 2 additions and 1 deletions

View File

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