HBASE-9007 TestReplicationKillSlaveRS.killOneSlaveRS fails

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-07-21 03:30:25 +00:00
parent b17b2e46a8
commit 5d8033c3c5
1 changed files with 3 additions and 3 deletions

View File

@ -19,6 +19,7 @@ package org.apache.hadoop.hbase.replication;
import org.apache.hadoop.hbase.LargeTests;
import org.junit.Test;
import org.junit.Ignore;
import org.junit.experimental.categories.Category;
/**
@ -28,9 +29,8 @@ import org.junit.experimental.categories.Category;
@Category(LargeTests.class)
public class TestReplicationKillMasterRS extends TestReplicationKillRS {
@Test(timeout=300000)
@Ignore ("Flakey. See HBASE-9008 and HBASE-9007") @Test(timeout=300000)
public void killOneMasterRS() throws Exception {
loadTableAndKillRS(utility1);
}
}
}