Skip to content

Commit

Permalink
Mute CloseFollowerIndexIT.testCloseAndReopenFollowerIndex()
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrx committed Feb 15, 2019
1 parent 040476a commit 00f1828
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

public class CloseFollowerIndexIT extends CcrIntegTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/38767")
public void testCloseAndReopenFollowerIndex() throws Exception {
final String leaderIndexSettings = getIndexSettings(1, 1, singletonMap(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), "true"));
assertAcked(leaderClient().admin().indices().prepareCreate("index1").setSource(leaderIndexSettings, XContentType.JSON));
Expand Down

0 comments on commit 00f1828

Please sign in to comment.