Mutes LicensingDocumentationIT due to #32580

This commit is contained in:
Colin Goodheart-Smithe 2018-08-02 11:58:15 +01:00
parent f30bb0ebf8
commit 097c4287f3
No known key found for this signature in database
GPG Key ID: F975E7BDD739B3C7
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
package org.elasticsearch.client.documentation; package org.elasticsearch.client.documentation;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.ActionListener; import org.elasticsearch.action.ActionListener;
import org.elasticsearch.action.LatchedActionListener; import org.elasticsearch.action.LatchedActionListener;
import org.elasticsearch.client.ESRestHighLevelClientTestCase; import org.elasticsearch.client.ESRestHighLevelClientTestCase;
@ -40,6 +41,7 @@ import static org.hamcrest.Matchers.startsWith;
* Documentation for Licensing APIs in the high level java client. * Documentation for Licensing APIs in the high level java client.
* Code wrapped in {@code tag} and {@code end} tags is included in the docs. * Code wrapped in {@code tag} and {@code end} tags is included in the docs.
*/ */
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32580")
public class LicensingDocumentationIT extends ESRestHighLevelClientTestCase { public class LicensingDocumentationIT extends ESRestHighLevelClientTestCase {
public void testPutLicense() throws Exception { public void testPutLicense() throws Exception {