Skip to content

Commit

Permalink
Mute HistogramGroupByIT (#66598)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek authored Dec 18, 2020
1 parent 67bf9fd commit 78690ab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.elasticsearch.xpack.transform.integration.continuous;

import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.search.SearchRequest;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.action.support.IndicesOptions;
Expand All @@ -26,6 +27,7 @@

import static org.hamcrest.Matchers.equalTo;

@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/66410")
public class HistogramGroupByIT extends ContinuousTestCase {
private static final String NAME = "continuous-histogram-pivot-test";

Expand Down

0 comments on commit 78690ab

Please sign in to comment.