HBASE-11787 TestRegionLocations is not categorized (Nicolas Liochon)
This commit is contained in:
parent
b73dd89fba
commit
27d4ca2f64
|
@ -24,7 +24,9 @@ import static org.junit.Assert.assertNull;
|
||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
import org.junit.experimental.categories.Category;
|
||||||
|
|
||||||
|
@Category(SmallTests.class)
|
||||||
public class TestRegionLocations {
|
public class TestRegionLocations {
|
||||||
|
|
||||||
ServerName sn0 = ServerName.valueOf("host0", 10, 10);
|
ServerName sn0 = ServerName.valueOf("host0", 10, 10);
|
||||||
|
|
Loading…
Reference in New Issue