Skip to content

Commit

Permalink
Mute SnapshotLifeCycleIT (#46207)
Browse files Browse the repository at this point in the history
Relates #46205
  • Loading branch information
original-brownbear authored Aug 31, 2019
1 parent 772e1c5 commit 42a9dff
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.slm;

import org.apache.http.util.EntityUtils;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.index.IndexRequestBuilder;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.Response;
Expand Down Expand Up @@ -45,6 +46,7 @@
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
import static org.hamcrest.Matchers.startsWith;

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/46205")
public class SnapshotLifecycleIT extends ESRestTestCase {

@Override
Expand Down

0 comments on commit 42a9dff

Please sign in to comment.