HBASE-10528 Addendum fixes TestRegionStates compilation
This commit is contained in:
parent
c5b0a1b8a0
commit
c951238304
|
@ -22,7 +22,7 @@ import org.apache.hadoop.hbase.HRegionInfo;
|
|||
import org.apache.hadoop.hbase.Server;
|
||||
import org.apache.hadoop.hbase.ServerName;
|
||||
import org.apache.hadoop.hbase.TableName;
|
||||
import org.apache.hadoop.hbase.testclassification.MasterTests;
|
||||
import org.apache.hadoop.hbase.TableStateManager;
|
||||
import org.apache.hadoop.hbase.testclassification.SmallTests;
|
||||
import org.junit.Test;
|
||||
import org.junit.experimental.categories.Category;
|
||||
|
@ -37,7 +37,7 @@ import static org.mockito.Matchers.isA;
|
|||
import static org.mockito.Mockito.mock;
|
||||
import static org.mockito.Mockito.when;
|
||||
|
||||
@Category({MasterTests.class, SmallTests.class})
|
||||
@Category(SmallTests.class)
|
||||
public class TestRegionStates {
|
||||
|
||||
|
||||
|
@ -84,4 +84,4 @@ public class TestRegionStates {
|
|||
when(serverName.getPort()).thenReturn(fakePort);
|
||||
return serverName;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue