Mute TooManyJobsIT.testCloseFailedJob on 7.x (#54163)

Relates #54162
This commit is contained in:
Tanguy Leroux 2020-03-25 12:44:41 +01:00 committed by GitHub
parent 0a70250201
commit 3a3930c7ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -26,9 +26,11 @@ import org.elasticsearch.xpack.core.ml.job.config.JobTaskState;
import org.elasticsearch.persistent.PersistentTasksCustomMetaData;
import org.elasticsearch.xpack.ml.MachineLearning;
import org.elasticsearch.xpack.ml.support.BaseMlIntegTestCase;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
public class TooManyJobsIT extends BaseMlIntegTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54162")
public void testCloseFailedJob() throws Exception {
startMlCluster(1, 1);