Skip to content

Commit 92f7b9e

Browse files
authored
Mute SingleNodeTests (#39156)
Relates to #36782
1 parent 2d5649d commit 92f7b9e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
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;
1112
import org.elasticsearch.protocol.xpack.watcher.PutWatchResponse;
1213
import org.elasticsearch.test.ESIntegTestCase.ClusterScope;
13-
import org.elasticsearch.test.junit.annotations.TestLogging;
1414
import org.elasticsearch.xpack.core.watcher.watch.Watch;
1515
import org.elasticsearch.xpack.watcher.test.AbstractWatcherIntegrationTestCase;
1616
import org.elasticsearch.xpack.watcher.trigger.schedule.IntervalSchedule;
@@ -28,7 +28,7 @@
2828
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
2929
import static org.hamcrest.Matchers.is;
3030

31-
@TestLogging("org.elasticsearch.xpack.watcher.execution:DEBUG")
31+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36782")
3232
@ClusterScope(scope = SUITE, numClientNodes = 0, transportClientRatio = 0, maxNumDataNodes = 1, supportsDedicatedMasters = false)
3333
public class SingleNodeTests extends AbstractWatcherIntegrationTestCase {
3434

0 commit comments

Comments
 (0)