Skip to content

Commit

Permalink
Mute test #88063 (#88207)
Browse files Browse the repository at this point in the history
related #88063
  • Loading branch information
benwtrent authored Jun 30, 2022
1 parent 64b225a commit 0eb35b3
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 0eb35b3

Please sign in to comment.