Mute CancellableTasksIT (#55152)

Test failures are tracked in #55106
This commit is contained in:
Alan Woodward 2020-04-14 12:54:29 +01:00
parent 73c522320a
commit 16ebbff3b6
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
package org.elasticsearch.action.admin.cluster.node.tasks;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.ExceptionsHelper;
import org.elasticsearch.ResourceNotFoundException;
import org.elasticsearch.action.ActionFuture;
@ -78,6 +79,7 @@ import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.hasSize;
import static org.hamcrest.Matchers.instanceOf;
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55106")
public class CancellableTasksIT extends ESIntegTestCase {
static int idGenerator = 0;