HBASE-13437 Addendum removes MiscTests

This commit is contained in:
tedyu 2015-04-22 07:45:01 -07:00
parent 71b7755584
commit 30880bca55
1 changed files with 1 additions and 2 deletions

View File

@ -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();