Skip to content

Commit

Permalink
Muted RollupActionIT because of #68609 (#71058)
Browse files Browse the repository at this point in the history
Relates to #68609
  • Loading branch information
csoulios authored Mar 30, 2021
1 parent 561850a commit b5d736f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

package org.elasticsearch.xpack.ilm.actions;

import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.Response;
import org.elasticsearch.cluster.metadata.IndexMetadata;
Expand All @@ -33,6 +34,7 @@
import static org.elasticsearch.xpack.TimeSeriesRestDriver.updatePolicy;
import static org.hamcrest.Matchers.equalTo;

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/68609")
public class RollupActionIT extends ESRestTestCase {

private String index;
Expand Down Expand Up @@ -65,7 +67,6 @@ public void testRollupIndex() throws Exception {
assertBusy(() -> assertTrue(indexExists(index)));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69934")
public void testRollupIndexAndSetNewRollupPolicy() throws Exception {
createIndexWithSettings(client(), index, alias, Settings.builder().put(IndexMetadata.SETTING_NUMBER_OF_SHARDS, 1)
.put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 0));
Expand Down

0 comments on commit b5d736f

Please sign in to comment.