HBASE-19791 TestZKAsyncRegistry hangs
This commit is contained in:
parent
9917244be2
commit
d3a306d81d
|
@ -47,6 +47,9 @@ import org.junit.experimental.categories.Category;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* Test the ZooKeeper Async Registry.
|
||||
*/
|
||||
@Category({ MediumTests.class, ClientTests.class })
|
||||
public class TestZKAsyncRegistry {
|
||||
private static final Logger LOG = LoggerFactory.getLogger(TestZKAsyncRegistry.class);
|
||||
|
|
Loading…
Reference in New Issue