[TEST] mute test
Original commit: elastic/x-pack-elasticsearch@3989e5a074
This commit is contained in:
parent
b40d5dde9b
commit
a03e9d36c2
|
@ -5,6 +5,7 @@
|
||||||
*/
|
*/
|
||||||
package org.elasticsearch.xpack.ml.integration;
|
package org.elasticsearch.xpack.ml.integration;
|
||||||
|
|
||||||
|
import org.apache.lucene.util.LuceneTestCase;
|
||||||
import org.elasticsearch.cluster.ClusterState;
|
import org.elasticsearch.cluster.ClusterState;
|
||||||
import org.elasticsearch.test.junit.annotations.TestLogging;
|
import org.elasticsearch.test.junit.annotations.TestLogging;
|
||||||
import org.elasticsearch.xpack.ml.action.GetJobsStatsAction;
|
import org.elasticsearch.xpack.ml.action.GetJobsStatsAction;
|
||||||
|
@ -25,6 +26,7 @@ import java.util.Collection;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
|
|
||||||
|
@LuceneTestCase.AwaitsFix(bugUrl = "Too noisy, needs to be stabalized first")
|
||||||
public class MlFullClusterRestartIT extends BaseMlIntegTestCase {
|
public class MlFullClusterRestartIT extends BaseMlIntegTestCase {
|
||||||
|
|
||||||
@TestLogging("org.elasticsearch.xpack.ml.datafeed:TRACE")
|
@TestLogging("org.elasticsearch.xpack.ml.datafeed:TRACE")
|
||||||
|
|
Loading…
Reference in New Issue