HBASE-16349 TestClusterId may hang during cluster shutdown

This commit is contained in:
tedyu 2016-09-16 06:57:42 -07:00
parent 08e44919cc
commit 591cc4cfb8
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ public class TestClusterId {
@Before
public void setUp() throws Exception {
TEST_UTIL.getConfiguration().setBoolean(ShutdownHook.RUN_SHUTDOWN_HOOK, false);
}
@After