Skip to content

Commit

Permalink
Mute test.
Browse files Browse the repository at this point in the history
Relates to #38695
  • Loading branch information
martijnvg committed Feb 11, 2019
1 parent 9a3df44 commit 9ad2eb7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 9ad2eb7

Please sign in to comment.