HBASE-19656 Disable TestAssignmentManagerMetrics for beta-1

This commit is contained in:
Michael Stack 2017-12-28 12:15:00 -08:00
parent f96f89157d
commit d8775d08ae
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import org.apache.hadoop.hbase.testclassification.MediumTests;
import org.apache.hadoop.hbase.util.Bytes;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@ -43,6 +44,7 @@ import org.slf4j.LoggerFactory;
import static org.junit.Assert.fail;
@Ignore // Disabled temporarily; reenable
@Category(MediumTests.class)
public class TestAssignmentManagerMetrics {