HBASE-19656 Disable TestAssignmentManagerMetrics for beta-1
This commit is contained in:
parent
d7adc58e52
commit
372c88abd6
@ -37,6 +37,7 @@ import org.apache.hadoop.hbase.util.Bytes;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.ClassRule;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.experimental.categories.Category;
|
||||
@ -44,6 +45,9 @@ import org.junit.rules.TestName;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
@Ignore // Disabled temporarily; reenable
|
||||
@Category(MediumTests.class)
|
||||
public class TestAssignmentManagerMetrics {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user