mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
Marvel: mute test in IndexStatsCollectorTests
Original commit: elastic/x-pack-elasticsearch@ab1230549f
This commit is contained in:
parent
597d704c17
commit
1628ce2061
@ -11,6 +11,7 @@ import org.elasticsearch.common.settings.Settings;
|
||||
import org.elasticsearch.marvel.agent.exporter.MarvelDoc;
|
||||
import org.elasticsearch.marvel.agent.settings.MarvelSettingsService;
|
||||
import org.elasticsearch.test.ElasticsearchSingleNodeTest;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.util.Collection;
|
||||
@ -22,6 +23,8 @@ import static org.hamcrest.Matchers.*;
|
||||
public class IndexStatsCollectorTests extends ElasticsearchSingleNodeTest {
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/357")
|
||||
@Ignore
|
||||
public void testIndexStatsCollectorNoIndices() throws Exception {
|
||||
Collection<MarvelDoc> results = newIndexStatsCollector().doCollect();
|
||||
assertThat(results, is(empty()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user