mute test on windows

Relates #33570
This commit is contained in:
Martijn van Groningen 2018-09-10 16:46:15 +02:00
parent 369db8a9d6
commit 74d41857c6
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A

View File

@ -6,6 +6,7 @@
package org.elasticsearch.xpack.ccr;
import org.apache.lucene.util.Constants;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.ResponseException;
import org.elasticsearch.common.Booleans;
@ -47,6 +48,7 @@ public class CcrMultiClusterLicenseIT extends ESRestTestCase {
}
public void testAutoFollow() throws Exception {
assumeFalse("windows is the worst", Constants.WINDOWS);
if (runningAgainstLeaderCluster == false) {
final Request request = new Request("PUT", "/_ccr/auto_follow/leader_cluster");
request.setJsonEntity("{\"leader_index_patterns\":[\"*\"]}");