Mute WriteMemoryLimitsIT.testWriteBytesAreIncremented
This commit is contained in:
parent
20d04081ec
commit
8fca312a3a
|
@ -69,6 +69,7 @@ public class WriteMemoryLimitsIT extends ESIntegTestCase {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58983")
|
||||||
public void testWriteBytesAreIncremented() throws Exception {
|
public void testWriteBytesAreIncremented() throws Exception {
|
||||||
final String index = "test";
|
final String index = "test";
|
||||||
assertAcked(prepareCreate(index, Settings.builder()
|
assertAcked(prepareCreate(index, Settings.builder()
|
||||||
|
|
Loading…
Reference in New Issue