HBASE-13437 Addendum removes MiscTests
This commit is contained in:
parent
71b7755584
commit
30880bca55
|
@ -21,12 +21,11 @@ package org.apache.hadoop.hbase.util;
|
|||
import junit.framework.TestCase;
|
||||
import org.apache.hadoop.hbase.HBaseTestingUtility;
|
||||
import org.apache.hadoop.hbase.testclassification.MediumTests;
|
||||
import org.apache.hadoop.hbase.testclassification.MiscTests;
|
||||
import org.apache.hadoop.hbase.security.UserProvider;
|
||||
import org.junit.Test;
|
||||
import org.junit.experimental.categories.Category;
|
||||
|
||||
@Category({MiscTests.class, MediumTests.class})
|
||||
@Category({MediumTests.class})
|
||||
public class TestConnectionCache extends TestCase {
|
||||
private static final HBaseTestingUtility UTIL = new HBaseTestingUtility();
|
||||
|
||||
|
|
Loading…
Reference in New Issue