mute AutoFollowIT.testConflictingPatterns

tracking in #44610
This commit is contained in:
Alpar Torok 2019-07-19 10:16:04 +03:00
parent 5ee47aea3d
commit 012de08f59

View file

@ -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;
@ -306,6 +307,7 @@ public class AutoFollowIT extends CcrIntegTestCase {
}
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)