test: mute test

Original commit: elastic/x-pack-elasticsearch@112f853bac
This commit is contained in:
Martijn van Groningen 2016-09-10 15:10:41 +02:00
parent bf87f4f9bd
commit 5c8ece8583
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
package org.elasticsearch.xpack.watcher;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.AbstractOldXPackIndicesBackwardsCompatibilityTestCase;
import org.elasticsearch.Version;
import org.elasticsearch.action.search.SearchResponse;
@ -32,6 +33,7 @@ import static org.hamcrest.Matchers.not;
/**
* Tests for watcher indexes created before 5.0.
*/
@LuceneTestCase.AwaitsFix(bugUrl = "leaks trigger engine threads")
public class OldWatcherIndicesBackwardsCompatibilityIT extends AbstractOldXPackIndicesBackwardsCompatibilityTestCase {
@Override
public Settings nodeSettings(int ord) {