Skip to content

Commit

Permalink
tracked at
Browse files Browse the repository at this point in the history
  • Loading branch information
talevy committed Aug 31, 2018
1 parent 874ebcb commit d4f2b5b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ protected Settings restAdminSettings() {
}


@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33320")
public void testSearchInputHasPermissions() throws Exception {
try (XContentBuilder builder = jsonBuilder()) {
builder.startObject();
Expand Down Expand Up @@ -242,6 +243,7 @@ public void testSearchTransformInsufficientPermissions() throws Exception {
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();
Expand Down

0 comments on commit d4f2b5b

Please sign in to comment.