Mute testCloseWhileRelocatingShards (#39589)
This commit is contained in:
parent
0b14782b23
commit
380dc27d91
|
@ -86,6 +86,7 @@ public class CloseWhileRelocatingShardsIT extends ESIntegTestCase {
|
|||
return 3;
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39588")
|
||||
public void testCloseWhileRelocatingShards() throws Exception {
|
||||
final String[] indices = new String[randomIntBetween(3, 5)];
|
||||
final Map<String, Long> docsPerIndex = new HashMap<>();
|
||||
|
|
Loading…
Reference in New Issue