Skip to content

Commit

Permalink
Mute LatestContinuousIT
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Feb 2, 2021
1 parent 5de8613 commit 564d757
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.logging.log4j.message.ParameterizedMessage;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.search.SearchRequest;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.action.support.IndicesOptions;
Expand Down Expand Up @@ -36,6 +37,7 @@
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.not;

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

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

0 comments on commit 564d757

Please sign in to comment.