Skip to content

Commit

Permalink
Mute SplitIndexIT (elastic#40945)
Browse files Browse the repository at this point in the history
Relates to elastic#40944
  • Loading branch information
davidkyle authored and Gurkan Kaymak committed May 27, 2019
1 parent ee07e5c commit 807dc83
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import org.apache.lucene.search.SortedSetSortField;
import org.apache.lucene.search.join.ScoreMode;
import org.apache.lucene.util.Constants;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.Version;
import org.elasticsearch.action.admin.cluster.state.ClusterStateRequest;
import org.elasticsearch.action.admin.cluster.state.ClusterStateResponse;
Expand Down Expand Up @@ -78,6 +79,7 @@
import static org.hamcrest.Matchers.greaterThanOrEqualTo;


@LuceneTestCase.AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/40944")
public class SplitIndexIT extends ESIntegTestCase {

@Override
Expand Down

0 comments on commit 807dc83

Please sign in to comment.