Muted rolling upgrade tests.

Relates to #37231
This commit is contained in:
Martijn van Groningen 2019-01-08 16:51:52 +01:00
parent 1514bbcdde
commit d6608caf55
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ package org.elasticsearch.upgrades;
import org.apache.http.util.EntityUtils;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.Version;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.Response;
@ -21,6 +22,7 @@ import java.util.Map;
import static org.hamcrest.Matchers.equalTo;
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37231")
public class CCRIT extends AbstractUpgradeTestCase {
private static final Logger LOGGER = LogManager.getLogger(CCRIT.class);