Tests: disable more flaky tests.
Original commit: elastic/x-pack-elasticsearch@d9825c0ed4
This commit is contained in:
parent
7f7f91cf17
commit
32a2fd0297
|
@ -5,6 +5,7 @@
|
||||||
*/
|
*/
|
||||||
package org.elasticsearch.marvel.agent.renderer.indices;
|
package org.elasticsearch.marvel.agent.renderer.indices;
|
||||||
|
|
||||||
|
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||||
import org.elasticsearch.action.count.CountResponse;
|
import org.elasticsearch.action.count.CountResponse;
|
||||||
import org.elasticsearch.action.search.SearchResponse;
|
import org.elasticsearch.action.search.SearchResponse;
|
||||||
import org.elasticsearch.common.settings.Settings;
|
import org.elasticsearch.common.settings.Settings;
|
||||||
|
@ -18,6 +19,7 @@ import java.util.Map;
|
||||||
|
|
||||||
import static org.hamcrest.Matchers.greaterThan;
|
import static org.hamcrest.Matchers.greaterThan;
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl="https://github.com/elastic/x-plugins/issues/729")
|
||||||
public class IndicesStatsIT extends MarvelIntegTestCase {
|
public class IndicesStatsIT extends MarvelIntegTestCase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
*/
|
*/
|
||||||
package org.elasticsearch.marvel.agent.renderer.shards;
|
package org.elasticsearch.marvel.agent.renderer.shards;
|
||||||
|
|
||||||
|
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||||
import org.elasticsearch.action.search.SearchResponse;
|
import org.elasticsearch.action.search.SearchResponse;
|
||||||
import org.elasticsearch.common.settings.Settings;
|
import org.elasticsearch.common.settings.Settings;
|
||||||
import org.elasticsearch.marvel.agent.collector.shards.ShardsCollector;
|
import org.elasticsearch.marvel.agent.collector.shards.ShardsCollector;
|
||||||
|
@ -17,6 +18,7 @@ import java.util.Map;
|
||||||
|
|
||||||
import static org.hamcrest.Matchers.greaterThan;
|
import static org.hamcrest.Matchers.greaterThan;
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl="https://github.com/elastic/x-plugins/issues/729")
|
||||||
public class ShardsIT extends MarvelIntegTestCase {
|
public class ShardsIT extends MarvelIntegTestCase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue