Skip to content

Commit

Permalink
Mute AutoFollowIT (#47918)
Browse files Browse the repository at this point in the history
see #47917
  • Loading branch information
jkakavas authored Oct 11, 2019
1 parent fb87112 commit ef9fe6c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
package org.elasticsearch.xpack.ccr;

import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.action.admin.indices.create.CreateIndexRequest;
import org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest;
Expand Down Expand Up @@ -49,6 +50,7 @@
import static org.hamcrest.Matchers.notNullValue;
import static org.hamcrest.Matchers.nullValue;

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47917")
public class AutoFollowIT extends CcrIntegTestCase {

@Override
Expand Down

0 comments on commit ef9fe6c

Please sign in to comment.