HBASE-16349 TestClusterId may hang during cluster shutdown
This commit is contained in:
parent
08e44919cc
commit
591cc4cfb8
|
@ -55,6 +55,7 @@ public class TestClusterId {
|
|||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
TEST_UTIL.getConfiguration().setBoolean(ShutdownHook.RUN_SHUTDOWN_HOOK, false);
|
||||
}
|
||||
|
||||
@After
|
||||
|
|
Loading…
Reference in New Issue