HBASE-11787 TestRegionLocations is not categorized (Nicolas Liochon)

This commit is contained in:
Enis Soztutar 2014-09-08 16:36:34 -07:00
parent b73dd89fba
commit 27d4ca2f64
1 changed files with 2 additions and 0 deletions

View File

@ -24,7 +24,9 @@ import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@Category(SmallTests.class)
public class TestRegionLocations {
ServerName sn0 = ServerName.valueOf("host0", 10, 10);