HBASE-16785 We are not running all tests; ADDENDUM Disable

TestHRegionServerBulkLoadWithOldSecureEndpoint because failing since
this patch re-enabled it.
This commit is contained in:
Michael Stack 2017-01-27 22:56:07 -08:00
parent bd8a4d5fad
commit da5722cb48
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ import org.apache.hadoop.hbase.testclassification.RegionServerTests;
import org.apache.hadoop.hbase.util.Bytes;
import org.apache.hadoop.hbase.util.Pair;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
@ -56,6 +57,7 @@ import com.google.common.collect.Lists;
*/
@RunWith(Parameterized.class)
@Category({RegionServerTests.class, LargeTests.class})
@Ignore // BROKEN. FIX OR REMOVE.
public class TestHRegionServerBulkLoadWithOldSecureEndpoint extends TestHRegionServerBulkLoad {
public TestHRegionServerBulkLoadWithOldSecureEndpoint(int duration) {
super(duration);