Skip to content

Commit f45e954

Browse files
committed
Mutes LicensingDocumentationIT due to #32580
1 parent 5f7c53a commit f45e954

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
package org.elasticsearch.client.documentation;
2121

22+
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
2223
import org.elasticsearch.action.ActionListener;
2324
import org.elasticsearch.action.LatchedActionListener;
2425
import org.elasticsearch.client.ESRestHighLevelClientTestCase;
@@ -40,6 +41,7 @@
4041
* Documentation for Licensing APIs in the high level java client.
4142
* Code wrapped in {@code tag} and {@code end} tags is included in the docs.
4243
*/
44+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32580")
4345
public class LicensingDocumentationIT extends ESRestHighLevelClientTestCase {
4446

4547
public void testPutLicense() throws Exception {

0 commit comments

Comments
 (0)