Skip to content

Commit

Permalink
disable ZooKeeperClientAspectJTest test (apache#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhabalia authored and merlimat committed Jul 14, 2017
1 parent 18b47f2 commit ae6ca6b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class ZooKeeperClientAspectJTest {
//AgentLoader.loadAgentClass(Agent.class.getName(), null);
}

@Test
@Test(enabled=false)
public void testZkConnected() throws Exception {
try {
ZooKeeperClientFactory zkf = new ZookeeperBkClientFactoryImpl();
Expand Down Expand Up @@ -110,7 +110,7 @@ void teardown() throws Exception {
*
* @throws Exception
*/
@Test(timeOut = 7000)
@Test(enabled=false, timeOut = 7000)
void testZkClientAspectJTrigger() throws Exception {
ZooKeeperClientFactory zkf = new ZookeeperBkClientFactoryImpl();
CompletableFuture<ZooKeeper> zkFuture = zkf.create("127.0.0.1:" + LOCAL_ZOOKEEPER_PORT, SessionType.ReadWrite,
Expand Down Expand Up @@ -164,7 +164,7 @@ void testZkClientAspectJTrigger() throws Exception {
*
* @throws Exception
*/
@Test(timeOut = 7000)
@Test(enabled=false, timeOut = 7000)
public void testZkOpStatsMetrics() throws Exception {

ZooKeeperClientFactory zkf = new ZookeeperBkClientFactoryImpl();
Expand Down

0 comments on commit ae6ca6b

Please sign in to comment.