Skip to content

Commit a911933

Browse files
authored
Mute MigrationIT.testGetDeprecationInfo (#85813)
Relates #85743
1 parent 912af87 commit a911933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/MigrationIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
public class MigrationIT extends ESRestHighLevelClientTestCase {
3030

31+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/85743")
3132
public void testGetDeprecationInfo() throws IOException {
3233
createIndex("test", Settings.EMPTY);
3334
DeprecationInfoRequest request = new DeprecationInfoRequest(Collections.singletonList("test"));

0 commit comments

Comments
 (0)