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:
Michael Stack 2013-07-19 03:44:34 +00:00
parent e9f477dd4b
commit 49368f26d6
1 changed files with 1 additions and 1 deletions

View File

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