Skip to content

Commit

Permalink
AwaitsFix testCloseWhileRelocatingShards
Browse files Browse the repository at this point in the history
Relates #44855
  • Loading branch information
DaveCTurner committed Jul 25, 2019
1 parent 6275cd7 commit 96dd543
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ protected int maximumNumberOfShards() {
return 3;
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44855")
public void testCloseWhileRelocatingShards() throws Exception {
final String[] indices = new String[randomIntBetween(3, 5)];
final Map<String, Long> docsPerIndex = new HashMap<>();
Expand Down

0 comments on commit 96dd543

Please sign in to comment.