Marvel: Mute ClusterInfoCollectorTests until licensing stuff is updated
Original commit: elastic/x-pack-elasticsearch@d1b03e7cd3
This commit is contained in:
parent
794fd3805b
commit
9b4a2c906e
|
@ -20,7 +20,10 @@ import static org.hamcrest.Matchers.*;
|
||||||
|
|
||||||
public class ClusterInfoCollectorTests extends AbstractCollectorTestCase {
|
public class ClusterInfoCollectorTests extends AbstractCollectorTestCase {
|
||||||
|
|
||||||
@Test
|
// This test is muted for now until licensing stuff is updated.
|
||||||
|
// Right now AbstractCollectorTestCase only registers license for Marvel,
|
||||||
|
// so license count at line 56 will always be 1 even when Shield is enabled
|
||||||
|
@Test @AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/683")
|
||||||
public void testClusterInfoCollector() throws Exception {
|
public void testClusterInfoCollector() throws Exception {
|
||||||
Collection<MarvelDoc> results = newClusterInfoCollector().doCollect();
|
Collection<MarvelDoc> results = newClusterInfoCollector().doCollect();
|
||||||
assertThat(results, hasSize(1));
|
assertThat(results, hasSize(1));
|
||||||
|
|
Loading…
Reference in New Issue