Skip to content

Commit

Permalink
[ML] mute TermsOnDateGroupBy cont. test elastic#88063 (elastic#88067)
Browse files Browse the repository at this point in the history
relates: elastic#88063
  • Loading branch information
benwtrent authored Jun 27, 2022
1 parent eb37ffc commit 58e194c
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.client.Response;
import org.elasticsearch.common.xcontent.support.XContentMapValues;
import org.elasticsearch.search.aggregations.AggregationBuilders;
Expand All @@ -32,6 +33,7 @@
*
* Note: dates are currently written as long (epoch_ms) into the transform dest index.
*/
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/88063")
public class TermsOnDateGroupByIT extends ContinuousTestCase {

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

0 comments on commit 58e194c

Please sign in to comment.