Skip to content

Commit

Permalink
Mute TimeSeriesLifecycleActionsIT.testWaitForSnapshot (#50790)
Browse files Browse the repository at this point in the history
This one is failing a lot => mute
Relates #50781
  • Loading branch information
original-brownbear authored Jan 9, 2020
1 parent b683f96 commit 170e100
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,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 @@ -358,7 +359,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 170e100

Please sign in to comment.