Skip to content

Commit

Permalink
Mute AnalyticsAggsIT test failure
Browse files Browse the repository at this point in the history
AnalyticsAggsIT needs to be removed. This mutes the test until removal is complete.
  • Loading branch information
nknize committed Feb 9, 2021
1 parent 9bed5c2 commit ac45e3f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

package org.elasticsearch.client.analytics;

import org.apache.lucene.util.LuceneTestCase.BadApple;
import org.elasticsearch.action.bulk.BulkRequest;
import org.elasticsearch.action.index.IndexRequest;
import org.elasticsearch.action.search.SearchRequest;
Expand All @@ -41,6 +42,7 @@
import static org.hamcrest.Matchers.hasEntry;
import static org.hamcrest.Matchers.hasSize;

@BadApple(bugUrl = "https://github.com/opendistro-for-elasticsearch/search/issues/51")
public class AnalyticsAggsIT extends ESRestHighLevelClientTestCase {
public void testStringStats() throws IOException {
BulkRequest bulk = new BulkRequest("test").setRefreshPolicy(RefreshPolicy.IMMEDIATE);
Expand Down

0 comments on commit ac45e3f

Please sign in to comment.