Skip to content

Commit

Permalink
[CI] Mute LuceneChangesSnapshotTests#testUpdateAndReadChangesConcurre…
Browse files Browse the repository at this point in the history
…ntly
  • Loading branch information
jimczi committed Sep 3, 2018
1 parent 588041a commit 2cf15e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ public void testDedupByPrimaryTerm() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33344")
public void testUpdateAndReadChangesConcurrently() throws Exception {
Follower[] followers = new Follower[between(1, 3)];
CountDownLatch readyLatch = new CountDownLatch(followers.length + 1);
Expand Down

0 comments on commit 2cf15e2

Please sign in to comment.