Skip to content

Commit

Permalink
Mute testIndexHasDuplicateData (#49779)
Browse files Browse the repository at this point in the history
Related to #49703
  • Loading branch information
mayya-sharipova committed Dec 2, 2019
1 parent c4cc90b commit ad274dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ public void testNumericLongOrDateSortOptimization() throws Exception {
dir.close();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/49703")
public void testIndexHasDuplicateData() throws IOException {
int docsCount = 7000;
int duplIndex = docsCount * 7 / 10;
Expand Down

0 comments on commit ad274dd

Please sign in to comment.