test: mute test
Original commit: elastic/x-pack-elasticsearch@112f853bac
This commit is contained in:
parent
bf87f4f9bd
commit
5c8ece8583
|
@ -5,6 +5,7 @@
|
||||||
*/
|
*/
|
||||||
package org.elasticsearch.xpack.watcher;
|
package org.elasticsearch.xpack.watcher;
|
||||||
|
|
||||||
|
import org.apache.lucene.util.LuceneTestCase;
|
||||||
import org.elasticsearch.AbstractOldXPackIndicesBackwardsCompatibilityTestCase;
|
import org.elasticsearch.AbstractOldXPackIndicesBackwardsCompatibilityTestCase;
|
||||||
import org.elasticsearch.Version;
|
import org.elasticsearch.Version;
|
||||||
import org.elasticsearch.action.search.SearchResponse;
|
import org.elasticsearch.action.search.SearchResponse;
|
||||||
|
@ -32,6 +33,7 @@ import static org.hamcrest.Matchers.not;
|
||||||
/**
|
/**
|
||||||
* Tests for watcher indexes created before 5.0.
|
* Tests for watcher indexes created before 5.0.
|
||||||
*/
|
*/
|
||||||
|
@LuceneTestCase.AwaitsFix(bugUrl = "leaks trigger engine threads")
|
||||||
public class OldWatcherIndicesBackwardsCompatibilityIT extends AbstractOldXPackIndicesBackwardsCompatibilityTestCase {
|
public class OldWatcherIndicesBackwardsCompatibilityIT extends AbstractOldXPackIndicesBackwardsCompatibilityTestCase {
|
||||||
@Override
|
@Override
|
||||||
public Settings nodeSettings(int ord) {
|
public Settings nodeSettings(int ord) {
|
||||||
|
|
Loading…
Reference in New Issue