HBASE-16349 TestClusterId may hang during cluster shutdown

This commit is contained in:
tedyu 2016-09-16 02:32:03 -07:00
parent e19632a19a
commit 2597217ae5
1 changed files with 1 additions and 0 deletions

View File

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