Skip to content

Commit

Permalink
muting transform continuous IT (elastic#88132)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent authored Jun 28, 2022
1 parent eda1c51 commit 3b77266
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import org.apache.http.entity.ContentType;
import org.apache.http.entity.StringEntity;
import org.apache.lucene.tests.util.LuceneTestCase;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.RequestOptions;
import org.elasticsearch.common.Strings;
Expand Down Expand Up @@ -84,6 +85,7 @@
* - repeat
*/
@SuppressWarnings("removal")
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/88063")
public class TransformContinuousIT extends TransformRestTestCase {

private List<ContinuousTestCase> transformTestCases = new ArrayList<>();
Expand Down

0 comments on commit 3b77266

Please sign in to comment.