HBASE-18543 Disabled test TestMasterFailover
This test as it is written currently will not work with AMv2. This needs to be re-written after HBASE-18511 is committed. Disabled the test and update JIRA to re-enable it with dependency on HBASE-18511. Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
parent
624652373e
commit
d5f34adcdb
|
@ -62,7 +62,7 @@ import org.junit.Test;
|
|||
import org.junit.experimental.categories.Category;
|
||||
|
||||
@Category({FlakeyTests.class, LargeTests.class})
|
||||
//@Ignore // Needs to be rewritten for AMv2. Uses tricks not ordained when up on AMv2.
|
||||
@Ignore // Needs to be rewritten for AMv2. Uses tricks not ordained when up on AMv2.
|
||||
public class TestMasterFailover {
|
||||
private static final Log LOG = LogFactory.getLog(TestMasterFailover.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue