Skip to content

Commit

Permalink
Mute TermsGroupByIT test #88063
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidellaquila committed Jun 28, 2022
1 parent b9e1cf0 commit ac4d63e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

package org.elasticsearch.xpack.transform.integration.continuous;

import org.apache.lucene.tests.util.LuceneTestCase;
import org.elasticsearch.common.xcontent.support.XContentMapValues;
import org.elasticsearch.search.aggregations.AggregationBuilders;
import org.elasticsearch.search.aggregations.AggregatorFactories;
Expand All @@ -24,6 +25,7 @@

import static org.hamcrest.Matchers.equalTo;

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/88063")
public class TermsGroupByIT extends ContinuousTestCase {

private static final String NAME = "continuous-terms-pivot-test";
Expand Down

0 comments on commit ac4d63e

Please sign in to comment.