AwaitsFix XPackUsageIT#testXPackCcrUsage.

relates to #39126.
This commit is contained in:
Tal Levy 2019-02-19 13:17:51 -08:00
parent 50b3858f7c
commit b5dbd1a027
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import static org.hamcrest.Matchers.nullValue;
public class XPackUsageIT extends ESCCRRestTestCase { public class XPackUsageIT extends ESCCRRestTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39126")
public void testXPackCcrUsage() throws Exception { public void testXPackCcrUsage() throws Exception {
if ("follow".equals(targetCluster) == false) { if ("follow".equals(targetCluster) == false) {
logger.info("skipping test, waiting for target cluster [follow]" ); logger.info("skipping test, waiting for target cluster [follow]" );