Skip to content

Commit 012de08

Browse files
committed
mute AutoFollowIT.testConflictingPatterns
tracking in #44610
1 parent 5ee47ae commit 012de08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/AutoFollowIT.java

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
package org.elasticsearch.xpack.ccr;
77

8+
import org.apache.lucene.util.Constants;
89
import org.elasticsearch.ElasticsearchException;
910
import org.elasticsearch.action.admin.indices.create.CreateIndexRequest;
1011
import org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest;
@@ -306,6 +307,7 @@ public void testAutoFollowParameterAreDelegated() throws Exception {
306307
}
307308

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

0 commit comments

Comments
 (0)