Mute CloseWhileRelocatingShardsIT.testCloseWhileRelocatingShards

Tracked by #37274
This commit is contained in:
Alpar Torok 2019-01-11 10:54:53 +02:00
parent b24dc2c541
commit 82ca2d62de
1 changed files with 1 additions and 0 deletions

View File

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