Skip to content

Commit

Permalink
Mute LifecycleLicenseIT (#66117) (#66118)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8796c3e)
Signed-off-by: Andrei Dan <[email protected]>
  • Loading branch information
andreidan authored Dec 9, 2020
1 parent 5b8bac3 commit ee9c381
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
package org.elasticsearch.xpack.ilm;

import org.apache.http.util.EntityUtils;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.Response;
import org.elasticsearch.client.ResponseException;
Expand Down Expand Up @@ -43,6 +44,7 @@
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
import static org.hamcrest.Matchers.is;

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66088")
public class LifecycleLicenseIT extends ESRestTestCase {

private String policy;
Expand Down

0 comments on commit ee9c381

Please sign in to comment.