File tree 1 file changed +2
-0
lines changed
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
package org .elasticsearch .xpack .ccr ;
7
7
8
+ import org .apache .lucene .util .Constants ;
8
9
import org .elasticsearch .ElasticsearchException ;
9
10
import org .elasticsearch .action .admin .indices .create .CreateIndexRequest ;
10
11
import org .elasticsearch .action .admin .indices .delete .DeleteIndexRequest ;
@@ -306,6 +307,7 @@ public void testAutoFollowParameterAreDelegated() throws Exception {
306
307
}
307
308
308
309
public void testConflictingPatterns () throws Exception {
310
+ assumeFalse ("https://github.com/elastic/elasticsearch/issues/44610" , Constants .WINDOWS );
309
311
Settings leaderIndexSettings = Settings .builder ()
310
312
.put (IndexSettings .INDEX_SOFT_DELETES_SETTING .getKey (), true )
311
313
.put (IndexMetaData .INDEX_NUMBER_OF_SHARDS_SETTING .getKey (), 1 )
You can’t perform that action at this time.
0 commit comments