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:
Michael Stack 2010-11-04 03:48:59 +00:00
parent 10b67e001a
commit e3249c8431
1 changed files with 1 additions and 1 deletions

View File

@ -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";