Skip to content

Commit 2791e81

Browse files
committed
[TESTS] Mute SmokeTestWatcherWithSecurityIT tests
Issue tracked in #35361
1 parent bc177e2 commit 2791e81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/qa/smoke-test-watcher-with-security/src/test/java/org/elasticsearch/smoketest/SmokeTestWatcherWithSecurityIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
package org.elasticsearch.smoketest;
77

88
import org.apache.http.util.EntityUtils;
9+
import org.apache.lucene.util.LuceneTestCase;
910
import org.elasticsearch.client.Request;
1011
import org.elasticsearch.client.Response;
1112
import org.elasticsearch.common.Strings;
@@ -30,6 +31,7 @@
3031
import static org.hamcrest.Matchers.hasEntry;
3132
import static org.hamcrest.Matchers.is;
3233

34+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35361")
3335
public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
3436

3537
private static final String TEST_ADMIN_USERNAME = "test_admin";

0 commit comments

Comments
 (0)