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:
Umesh Agashe 2017-08-10 10:12:06 -07:00 committed by Michael Stack
parent 624652373e
commit d5f34adcdb
1 changed files with 1 additions and 1 deletions

View File

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