HBASE-3195 Fix the new TestTransform breakage up on hudson
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030826 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
10b67e001a
commit
e3249c8431
|
@ -31,7 +31,7 @@ import org.apache.hadoop.hbase.rest.client.Cluster;
|
|||
import org.apache.hadoop.hbase.rest.client.Response;
|
||||
import org.apache.hadoop.hbase.util.Bytes;
|
||||
|
||||
public class TestTransform extends HBaseRESTClusterTestBase {
|
||||
public class BROKE_TestTransform extends HBaseRESTClusterTestBase {
|
||||
static final String TABLE = "TestTransform";
|
||||
static final String CFA = "a";
|
||||
static final String CFB = "b";
|
Loading…
Reference in New Issue