HBASE-18244 Temporarily disable TestShellRSGroups

Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
Josh Elser 2017-06-21 12:56:19 -04:00 committed by Michael Stack
parent aef674264e
commit a19e5673d6
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import org.jruby.embed.PathType;
import org.jruby.embed.ScriptingContainer;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@ -43,6 +44,7 @@ import java.util.List;
//Separate Shell test class for Groups
//Since we need to use a different balancer and run more than 1 RS
@Category({ClientTests.class, LargeTests.class})
@Ignore
public class TestShellRSGroups {
final Log LOG = LogFactory.getLog(getClass());
private final static HBaseTestingUtility TEST_UTIL = new HBaseTestingUtility();