Mute testCloseWhileRelocatingShards (#39589)

This commit is contained in:
Gordon Brown 2019-03-01 14:20:18 -07:00 committed by Dimitris Athanasiou
parent 0b14782b23
commit 380dc27d91
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ public class CloseWhileRelocatingShardsIT extends ESIntegTestCase {
return 3; return 3;
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39588")
public void testCloseWhileRelocatingShards() throws Exception { public void testCloseWhileRelocatingShards() throws Exception {
final String[] indices = new String[randomIntBetween(3, 5)]; final String[] indices = new String[randomIntBetween(3, 5)];
final Map<String, Long> docsPerIndex = new HashMap<>(); final Map<String, Long> docsPerIndex = new HashMap<>();