HBASE-13351 Addendum to remove reference to MasterTests class

This commit is contained in:
Devaraj Das 2015-04-28 23:52:33 -07:00
parent 8aae3bfab6
commit 699460aae0
1 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.hbase.HConstants;
import org.apache.hadoop.hbase.ipc.PriorityFunction;
import org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader;
import org.apache.hadoop.hbase.testclassification.MasterTests;
import org.apache.hadoop.hbase.testclassification.MediumTests;
import org.junit.Before;
import org.junit.Test;
@ -39,7 +38,7 @@ import com.google.common.collect.Sets;
/**
* Tests to verify correct priority on Master RPC methods.
*/
@Category({MasterTests.class, MediumTests.class})
@Category({MediumTests.class})
public class TestMasterPriorityRpc {
private HMaster master = null;
private PriorityFunction priority = null;