You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2017/06/28 18:55:34 UTC

hbase git commit: HBASE-18244 Temporarily disable TestShellRSGroups

Repository: hbase
Updated Branches:
  refs/heads/master aef674264 -> a19e5673d


HBASE-18244 Temporarily disable TestShellRSGroups

Signed-off-by: Michael Stack <st...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a19e5673
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a19e5673
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a19e5673

Branch: refs/heads/master
Commit: a19e5673d61bbeeb8d0f42aa414567a2c930b508
Parents: aef6742
Author: Josh Elser <el...@apache.org>
Authored: Wed Jun 21 12:56:19 2017 -0400
Committer: Michael Stack <st...@apache.org>
Committed: Wed Jun 28 11:55:18 2017 -0700

----------------------------------------------------------------------
 .../org/apache/hadoop/hbase/client/rsgroup/TestShellRSGroups.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a19e5673/hbase-shell/src/test/rsgroup/org/apache/hadoop/hbase/client/rsgroup/TestShellRSGroups.java
----------------------------------------------------------------------
diff --git a/hbase-shell/src/test/rsgroup/org/apache/hadoop/hbase/client/rsgroup/TestShellRSGroups.java b/hbase-shell/src/test/rsgroup/org/apache/hadoop/hbase/client/rsgroup/TestShellRSGroups.java
index b81249b..8651b8d 100644
--- a/hbase-shell/src/test/rsgroup/org/apache/hadoop/hbase/client/rsgroup/TestShellRSGroups.java
+++ b/hbase-shell/src/test/rsgroup/org/apache/hadoop/hbase/client/rsgroup/TestShellRSGroups.java
@@ -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();