disable flaky tests, see elastic/elasticsearch#730
Original commit: elastic/x-pack-elasticsearch@a916919e7f
This commit is contained in:
parent
e11191fd03
commit
71127c7b4f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue