Skip to content

Commit

Permalink
Mute TimeSeriesLifecycleActionsIT.testWaitForSnapshot (elastic#50790)
Browse files Browse the repository at this point in the history
This one is failing a lot => mute
Relates elastic#50781
  • Loading branch information
original-brownbear authored and SivagurunathanV committed Jan 21, 2020
1 parent 323ea17 commit c093f7f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ public void testAllocateActionOnlyReplicas() throws Exception {
});
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50781")
public void testWaitForSnapshot() throws Exception {
createIndexWithSettings(index, Settings.builder().put(IndexMetaData.SETTING_NUMBER_OF_SHARDS, 1)
.put(IndexMetaData.SETTING_NUMBER_OF_REPLICAS, 0));
Expand Down Expand Up @@ -360,7 +361,7 @@ public void testWaitForSnapshotSlmExecutedBefore() throws Exception {
updatePolicy(index, policy);
assertBusy(() -> assertThat(getStepKeyForIndex(index).getAction(), equalTo("wait_for_snapshot")));
assertBusy(() -> assertThat(getStepKeyForIndex(index).getName(), equalTo("wait-for-snapshot")));

request = new Request("PUT", "/_slm/policy/slm/_execute");
assertOK(client().performRequest(request));

Expand Down

0 comments on commit c093f7f

Please sign in to comment.