Skip to content

Commit 8df07d6

Browse files
authored
Muting watcher tests for issue #35503 (#40526)
* Muting watcher tests for issue #35503 * blocking the two troublsome suites
1 parent cd6d8ca commit 8df07d6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/actions/webhook/WebhookIntegrationTests.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.actions.webhook;
77

8+
import org.apache.lucene.util.LuceneTestCase;
89
import org.elasticsearch.action.get.GetResponse;
910
import org.elasticsearch.action.search.SearchResponse;
1011
import org.elasticsearch.common.transport.TransportAddress;
@@ -43,6 +44,7 @@
4344
import static org.hamcrest.Matchers.is;
4445
import static org.hamcrest.Matchers.notNullValue;
4546

47+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35503")
4648
public class WebhookIntegrationTests extends AbstractWatcherIntegrationTestCase {
4749

4850
private MockWebServer webServer = new MockWebServer();

x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/BasicWatcherTests.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.ElasticsearchParseException;
910
import org.elasticsearch.action.search.SearchResponse;
1011
import org.elasticsearch.action.search.SearchType;
@@ -62,6 +63,7 @@
6263

6364
@TestLogging("org.elasticsearch.xpack.watcher:DEBUG," +
6465
"org.elasticsearch.xpack.watcher.WatcherIndexingListener:TRACE")
66+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35503")
6567
public class BasicWatcherTests extends AbstractWatcherIntegrationTestCase {
6668

6769
public void testIndexWatch() throws Exception {

0 commit comments

Comments
 (0)