Mute CloseWhileRelocatingShardsIT.testCloseWhileRelocatingShards
Tracked by #37274
This commit is contained in:
parent
b24dc2c541
commit
82ca2d62de
|
@ -64,6 +64,7 @@ public class CloseWhileRelocatingShardsIT extends ESIntegTestCase {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37274")
|
||||||
public void testCloseWhileRelocatingShards() throws Exception {
|
public void testCloseWhileRelocatingShards() throws Exception {
|
||||||
final String[] indices = new String[randomIntBetween(1, 3)];
|
final String[] indices = new String[randomIntBetween(1, 3)];
|
||||||
final Map<String, Long> docsPerIndex = new HashMap<>();
|
final Map<String, Long> docsPerIndex = new HashMap<>();
|
||||||
|
|
Loading…
Reference in New Issue