[MUTE] SmokeTestWatcherWithSecurityIT flaky tests

This commit is contained in:
Tal Levy 2018-08-30 18:13:50 -07:00
parent 39839f97ef
commit 86feb7713b
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
assertThat(conditionMet, is(true));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29893")
public void testSearchInputWithInsufficientPrivileges() throws Exception {
String indexName = "index_not_allowed_to_read";
try (XContentBuilder builder = jsonBuilder()) {
@ -213,6 +214,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
assertThat(value, is("15"));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33291")
public void testSearchTransformInsufficientPermissions() throws Exception {
try (XContentBuilder builder = jsonBuilder()) {
builder.startObject();