[TEST] mute test

Original commit: elastic/x-pack-elasticsearch@3989e5a074
This commit is contained in:
Martijn van Groningen 2017-02-23 11:38:44 +01:00
parent b40d5dde9b
commit a03e9d36c2
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
package org.elasticsearch.xpack.ml.integration;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.cluster.ClusterState;
import org.elasticsearch.test.junit.annotations.TestLogging;
import org.elasticsearch.xpack.ml.action.GetJobsStatsAction;
@ -25,6 +26,7 @@ import java.util.Collection;
import java.util.Collections;
import java.util.concurrent.TimeUnit;
@LuceneTestCase.AwaitsFix(bugUrl = "Too noisy, needs to be stabalized first")
public class MlFullClusterRestartIT extends BaseMlIntegTestCase {
@TestLogging("org.elasticsearch.xpack.ml.datafeed:TRACE")