Skip to content

Commit

Permalink
[Transform] Unmute 2 remaining continuous tests: HistogramGroupByIT a…
Browse files Browse the repository at this point in the history
…nd TermsGroupByIT (elastic#104898)
  • Loading branch information
przemekwitek committed Jan 30, 2024
1 parent b3bca4b commit a3a05ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

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.core.Strings;
Expand All @@ -29,7 +28,6 @@
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.lessThanOrEqualTo;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

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

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

import static org.hamcrest.Matchers.equalTo;

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

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

0 comments on commit a3a05ae

Please sign in to comment.