HBASE-6406 Disable TestZooKeeper#testClientSessionExpired
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364204 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab96788641
commit
c687f84c10
|
@ -121,7 +121,8 @@ public class TestZooKeeper {
|
|||
* @throws IOException
|
||||
* @throws InterruptedException
|
||||
*/
|
||||
@Test
|
||||
// fails frequently, disabled for now, see HBASE-6406
|
||||
// @Test
|
||||
public void testClientSessionExpired() throws Exception {
|
||||
Configuration c = new Configuration(TEST_UTIL.getConfiguration());
|
||||
|
||||
|
|
Loading…
Reference in New Issue