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