Skip to content

Commit

Permalink
ZOOKEEPER-1932: ignore LETest
Browse files Browse the repository at this point in the history
Motivation:
- LETest is flaky
- LeaderElection is already deprecated and removed in trunk
  • Loading branch information
lavacat committed May 15, 2018
1 parent f55a404 commit c8646e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/java/test/org/apache/zookeeper/test/LETest.java
Expand Up @@ -33,6 +33,7 @@
import org.apache.zookeeper.server.quorum.Vote;
import org.apache.zookeeper.server.quorum.QuorumPeer.QuorumServer;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;

@SuppressWarnings("deprecation")
Expand Down Expand Up @@ -90,6 +91,7 @@ public void run() {
}

@Test
@Ignore("ZOOKEEPER-1932, this test is flaky and already removed in master")
public void testLE() throws Exception {
int count = 30;
HashMap<Long,QuorumServer> peers = new HashMap<Long,QuorumServer>(count);
Expand Down

0 comments on commit c8646e6

Please sign in to comment.