Skip to content

Commit

Permalink
Mute testRetentionWhileSnapshotInProgress
Browse files Browse the repository at this point in the history
tracked in elastic#48441
  • Loading branch information
dliappis committed Oct 24, 2019
1 parent ad54405 commit 0915396
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 @@ -123,6 +124,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 0915396

Please sign in to comment.