HBASE-19791 TestZKAsyncRegistry hangs

This commit is contained in:
Michael Stack 2018-01-13 12:40:36 -08:00
parent 9917244be2
commit d3a306d81d
No known key found for this signature in database
GPG Key ID: 9816C7FC8ACC93D2
1 changed files with 3 additions and 0 deletions

View File

@ -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);