Skip to content

Commit

Permalink
Mute testRetentionWhileSnapshotInProgress (#48442)
Browse files Browse the repository at this point in the history
tracked in #48441
  • Loading branch information
dliappis committed Oct 24, 2019
1 parent 668919f commit d1fe588
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

package org.elasticsearch.xpack.slm;

import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.ActionFuture;
import org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse;
import org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus;
Expand Down Expand Up @@ -124,6 +125,7 @@ public void testSnapshotInProgress() throws Exception {
}
}

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48441")
public void testRetentionWhileSnapshotInProgress() throws Exception {
final String indexName = "test";
final String policyId = "slm-policy";
Expand Down

0 comments on commit d1fe588

Please sign in to comment.