Skip to content

Commit

Permalink
mute AutoFollowIT.testConflictingPatterns
Browse files Browse the repository at this point in the history
tracking in #44610
  • Loading branch information
alpar-t committed Jul 19, 2019
1 parent 5ee47ae commit 012de08
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
package org.elasticsearch.xpack.ccr;

import org.apache.lucene.util.Constants;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.action.admin.indices.create.CreateIndexRequest;
import org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest;
Expand Down Expand Up @@ -306,6 +307,7 @@ public void testAutoFollowParameterAreDelegated() throws Exception {
}

public void testConflictingPatterns() throws Exception {
assumeFalse("https://github.com/elastic/elasticsearch/issues/44610", Constants.WINDOWS);
Settings leaderIndexSettings = Settings.builder()
.put(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), true)
.put(IndexMetaData.INDEX_NUMBER_OF_SHARDS_SETTING.getKey(), 1)
Expand Down

0 comments on commit 012de08

Please sign in to comment.