[TEST] Mute ShrinkIndexIT

Due to https://github.com/elastic/elasticsearch/issues/44164
This commit is contained in:
David Roberts 2019-07-10 13:21:17 +01:00
parent 018d946bba
commit cad804df92
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
@ESIntegTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44164")
public class ShrinkIndexIT extends ESIntegTestCase {
@Override