HBASE-18244 Temporarily disable TestShellRSGroups
Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
parent
f262548b1f
commit
501176d40d
|
@ -33,6 +33,7 @@ import org.jruby.embed.PathType;
|
||||||
import org.jruby.embed.ScriptingContainer;
|
import org.jruby.embed.ScriptingContainer;
|
||||||
import org.junit.AfterClass;
|
import org.junit.AfterClass;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
|
|
||||||
|
@ -43,6 +44,7 @@ import java.util.List;
|
||||||
//Separate Shell test class for Groups
|
//Separate Shell test class for Groups
|
||||||
//Since we need to use a different balancer and run more than 1 RS
|
//Since we need to use a different balancer and run more than 1 RS
|
||||||
@Category({ClientTests.class, LargeTests.class})
|
@Category({ClientTests.class, LargeTests.class})
|
||||||
|
@Ignore
|
||||||
public class TestShellRSGroups {
|
public class TestShellRSGroups {
|
||||||
final Log LOG = LogFactory.getLog(getClass());
|
final Log LOG = LogFactory.getLog(getClass());
|
||||||
private final static HBaseTestingUtility TEST_UTIL = new HBaseTestingUtility();
|
private final static HBaseTestingUtility TEST_UTIL = new HBaseTestingUtility();
|
||||||
|
|
Loading…
Reference in New Issue