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