Skip to content

Commit

Permalink
Mute WatchBackwardsCompatibilityIT suite
Browse files Browse the repository at this point in the history
See #44814
  • Loading branch information
davidkyle committed Aug 22, 2019
1 parent b376cbc commit fc786a4
Showing 1 changed file with 2 additions and 6 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.http.util.EntityUtils;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.Version;
import org.elasticsearch.client.Response;
import org.elasticsearch.client.RestClient;
Expand Down Expand Up @@ -45,6 +46,7 @@
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
import static org.hamcrest.Matchers.not;

@LuceneTestCase.AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/44814")
public class WatchBackwardsCompatibilityIT extends AbstractUpgradeTestCase {

private final StringEntity entity = new StringEntity(watchBuilder()
Expand Down Expand Up @@ -169,12 +171,6 @@ protected Settings restClientSettings() {
.build();
}

public void testDummy() {
// Dummy test so the suite doesn't fail with a no executed tests error.
// Remove when the awaits fixes below (#44814) are resolved
assertTrue(true);
}

@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/44814")
public void testWatcherStats() throws Exception {
executeAgainstAllNodes(client ->
Expand Down

0 comments on commit fc786a4

Please sign in to comment.