[TESTS] Mute SmokeTestWatcherWithSecurityIT tests

Issue tracked in
https://github.com/elastic/elasticsearch/issues/35361
This commit is contained in:
Ioannis Kakavas 2018-11-28 11:34:41 +02:00
parent fc7e7e7d81
commit d948edfd69
1 changed files with 2 additions and 0 deletions

View File

@ -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";