We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7c53a commit f45e954Copy full SHA for f45e954
client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/LicensingDocumentationIT.java
@@ -19,6 +19,7 @@
19
20
package org.elasticsearch.client.documentation;
21
22
+import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
23
import org.elasticsearch.action.ActionListener;
24
import org.elasticsearch.action.LatchedActionListener;
25
import org.elasticsearch.client.ESRestHighLevelClientTestCase;
@@ -40,6 +41,7 @@
40
41
* Documentation for Licensing APIs in the high level java client.
42
* Code wrapped in {@code tag} and {@code end} tags is included in the docs.
43
*/
44
+@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32580")
45
public class LicensingDocumentationIT extends ESRestHighLevelClientTestCase {
46
47
public void testPutLicense() throws Exception {
0 commit comments