We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912af87 commit a911933Copy full SHA for a911933
client/rest-high-level/src/test/java/org/elasticsearch/client/MigrationIT.java
@@ -28,6 +28,7 @@
28
29
public class MigrationIT extends ESRestHighLevelClientTestCase {
30
31
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/85743")
32
public void testGetDeprecationInfo() throws IOException {
33
createIndex("test", Settings.EMPTY);
34
DeprecationInfoRequest request = new DeprecationInfoRequest(Collections.singletonList("test"));
0 commit comments