Tal Levy 2018-08-31 12:03:49 -07:00
parent 874ebcb6d4
commit d4f2b5be7d
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33320")
public void testSearchInputHasPermissions() throws Exception {
try (XContentBuilder builder = jsonBuilder()) {
builder.startObject();
@ -242,6 +243,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
assertThat(response.getStatusLine().getStatusCode(), is(404));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30777")
public void testIndexActionHasPermissions() throws Exception {
try (XContentBuilder builder = jsonBuilder()) {
builder.startObject();