mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[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;
|
||||
|
||||
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user