From 9ad2eb7beaa6d1d98c9db0ad6dbb72aa17ed1d4a Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Mon, 11 Feb 2019 08:23:01 +0100 Subject: [PATCH] Mute test. Relates to #38695 --- .../java/org/elasticsearch/xpack/ccr/LocalIndexFollowingIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/LocalIndexFollowingIT.java b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/LocalIndexFollowingIT.java index 0df3f4ea47f43..2fc4c45e54e27 100644 --- a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/LocalIndexFollowingIT.java +++ b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/LocalIndexFollowingIT.java @@ -92,6 +92,7 @@ public void testDoNotCreateFollowerIfLeaderDoesNotHaveSoftDeletes() throws Excep assertThat(client().admin().indices().prepareExists("follower-index").get().isExists(), equalTo(false)); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38695") public void testRemoveRemoteConnection() throws Exception { PutAutoFollowPatternAction.Request request = new PutAutoFollowPatternAction.Request(); request.setName("my_pattern");