Skip to content

Commit dd6476b

Browse files
committed
mute test on windows
Relates #33570
1 parent b82c679 commit dd6476b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/ccr/qa/multi-cluster-with-non-compliant-license/src/test/java/org/elasticsearch/xpack/ccr/CcrMultiClusterLicenseIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
package org.elasticsearch.xpack.ccr;
88

9+
import org.apache.lucene.util.Constants;
910
import org.elasticsearch.client.Request;
1011
import org.elasticsearch.client.ResponseException;
1112
import org.elasticsearch.common.Booleans;
@@ -47,6 +48,7 @@ public void testCreateAndFollowIndex() {
4748
}
4849

4950
public void testAutoFollow() throws Exception {
51+
assumeFalse("windows is the worst", Constants.WINDOWS);
5052
if (runningAgainstLeaderCluster == false) {
5153
final Request request = new Request("PUT", "/_ccr/auto_follow/leader_cluster");
5254
request.setJsonEntity("{\"leader_index_patterns\":[\"*\"]}");

0 commit comments

Comments
 (0)