HBASE-8996 TestHCM.testDeleteForZKConnLeak can go zombie
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504757 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e9f477dd4b
commit
49368f26d6
|
@ -884,7 +884,7 @@ public class TestHCM {
|
|||
* zk connections.
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test
|
||||
@Ignore ("Flakey test: See HBASE-8996")@Test
|
||||
public void testDeleteForZKConnLeak() throws Exception {
|
||||
TEST_UTIL.createTable(TABLE_NAME4, FAM_NAM);
|
||||
final Configuration config = HBaseConfiguration.create(TEST_UTIL.getConfiguration());
|
||||
|
|
Loading…
Reference in New Issue