Mute MigrationIT.testGetDeprecationInfo (#85813) (#85814)

Relates #85743
This commit is contained in:
Tanguy Leroux 2022-04-12 13:02:44 +02:00 committed by GitHub
parent 3efc890fe0
commit 750bb1e46a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ import static org.hamcrest.Matchers.is;
public class MigrationIT extends ESRestHighLevelClientTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/85743")
public void testGetDeprecationInfo() throws IOException {
createIndex("test", Settings.EMPTY);
DeprecationInfoRequest request = new DeprecationInfoRequest(Collections.singletonList("test"));