Skip to content

Commit

Permalink
[TESTS] Mute SmokeTestWatcherWithSecurityIT tests
Browse files Browse the repository at this point in the history
Issue tracked in
elastic#35361
  • Loading branch information
jkakavas authored and Christoph Büscher committed Nov 29, 2018
1 parent 3aaf584 commit 9434bed
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -30,6 +31,7 @@
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";
Expand Down

0 comments on commit 9434bed

Please sign in to comment.