Skip to content

Commit 3494c73

Browse files
Mute failing tests (elastic#53362) (elastic#53363)
1 parent 847ac9c commit 3494c73

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

x-pack/plugin/watcher/qa/rest/src/test/java/org/elasticsearch/smoketest/WatcherYamlRestIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
*/
66
package org.elasticsearch.smoketest;
77

8+
import org.apache.lucene.util.LuceneTestCase;
89
import org.elasticsearch.test.rest.yaml.ClientYamlTestCandidate;
910
import org.elasticsearch.xpack.watcher.WatcherYamlSuiteTestCase;
1011

1112
/**
1213
* Runs the YAML rest tests against an external cluster
1314
*/
15+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53177")
1416
public class WatcherYamlRestIT extends WatcherYamlSuiteTestCase {
1517
public WatcherYamlRestIT(ClientYamlTestCandidate testCandidate) {
1618
super(testCandidate);

x-pack/plugin/watcher/qa/with-security/src/test/java/org/elasticsearch/smoketest/SmokeTestWatcherWithSecurityClientYamlTestSuiteIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import com.carrotsearch.randomizedtesting.annotations.Name;
99
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
10+
import org.apache.lucene.util.LuceneTestCase;
1011
import org.elasticsearch.client.Request;
1112
import org.elasticsearch.common.settings.SecureString;
1213
import org.elasticsearch.common.settings.Settings;
@@ -18,6 +19,7 @@
1819

1920
import static org.elasticsearch.xpack.test.SecuritySettingsSourceField.basicAuthHeaderValue;
2021

22+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53177")
2123
public class SmokeTestWatcherWithSecurityClientYamlTestSuiteIT extends WatcherYamlSuiteTestCase {
2224

2325
private static final String TEST_ADMIN_USERNAME = "test_admin";

0 commit comments

Comments
 (0)