Skip to content

Commit ffa0692

Browse files
committed
Mute watcher SingleNodeTests
Tracking: #36782
1 parent cd90433 commit ffa0692

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration

1 file changed

+2
-0
lines changed

x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/SingleNodeTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
package org.elasticsearch.xpack.watcher.test.integration;
77

8+
import org.apache.lucene.util.LuceneTestCase;
89
import org.elasticsearch.action.admin.cluster.state.ClusterStateResponse;
910
import org.elasticsearch.action.search.SearchResponse;
1011
import org.elasticsearch.cluster.metadata.IndexMetaData;
@@ -27,6 +28,7 @@
2728
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
2829
import static org.hamcrest.Matchers.is;
2930

31+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36782")
3032
@ClusterScope(scope = SUITE, numClientNodes = 0, transportClientRatio = 0, maxNumDataNodes = 1, supportsDedicatedMasters = false)
3133
public class SingleNodeTests extends AbstractWatcherIntegrationTestCase {
3234

0 commit comments

Comments
 (0)