[TESTS] Mute SmokeTestWatcherWithSecurityIT tests
Issue tracked in https://github.com/elastic/elasticsearch/issues/35361
This commit is contained in:
parent
fc7e7e7d81
commit
d948edfd69
|
@ -6,6 +6,7 @@
|
|||
package org.elasticsearch.smoketest;
|
||||
|
||||
import org.apache.http.util.EntityUtils;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.elasticsearch.client.Request;
|
||||
import org.elasticsearch.client.Response;
|
||||
import org.elasticsearch.common.Strings;
|
||||
|
@ -30,6 +31,7 @@ import static org.hamcrest.Matchers.greaterThanOrEqualTo;
|
|||
import static org.hamcrest.Matchers.hasEntry;
|
||||
import static org.hamcrest.Matchers.is;
|
||||
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35361")
|
||||
public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
|
||||
|
||||
private static final String TEST_ADMIN_USERNAME = "test_admin";
|
||||
|
|
Loading…
Reference in New Issue