mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Relates #85743
This commit is contained in:
parent
3efc890fe0
commit
750bb1e46a
1 changed files with 1 additions and 0 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue