Skip to content

Commit

Permalink
Mute MigrationIT.testGetDeprecationInfo (#85813)
Browse files Browse the repository at this point in the history
Relates #85743
  • Loading branch information
tlrx committed Apr 12, 2022
1 parent 912af87 commit a911933
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

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"));
Expand Down

0 comments on commit a911933

Please sign in to comment.