Marvel: Mute MultiNodesStatsTests
Original commit: elastic/x-pack-elasticsearch@f0adbf3e20
This commit is contained in:
parent
62eb776868
commit
445e81bb70
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
package org.elasticsearch.marvel.agent.renderer.node;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.elasticsearch.action.search.SearchResponse;
|
||||
import org.elasticsearch.common.settings.Settings;
|
||||
import org.elasticsearch.index.query.QueryBuilders;
|
||||
|
@ -20,6 +21,7 @@ import java.util.concurrent.TimeUnit;
|
|||
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout;
|
||||
import static org.hamcrest.Matchers.greaterThan;
|
||||
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/960")
|
||||
@ClusterScope(scope = Scope.TEST, numDataNodes = 0, numClientNodes = 0, transportClientRatio = 0.0)
|
||||
public class MultiNodesStatsTests extends MarvelIntegTestCase {
|
||||
|
||||
|
|
Loading…
Reference in New Issue