Original commit: elastic/x-pack-elasticsearch@a916919e7f
This commit is contained in:
Robert Muir 2015-09-29 22:09:22 -04:00
parent e11191fd03
commit 71127c7b4f
2 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,9 @@ import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcke
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount;
import static org.hamcrest.Matchers.greaterThan;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/730")
public class ClusterStateIT extends MarvelIntegTestCase {
@Override

View File

@ -17,6 +17,9 @@ import java.util.Map;
import static org.hamcrest.Matchers.greaterThan;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/730")
public class IndexRecoveryIT extends MarvelIntegTestCase {
@Override