Skip to content

Commit

Permalink
TEST: mute more SmokeTestWatcherWithSecurityIT tests
Browse files Browse the repository at this point in the history
tracked at

#33320
and
#30777
  • Loading branch information
talevy committed Aug 31, 2018
1 parent 79cc55d commit 7ea3d4a
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 7ea3d4a

Please sign in to comment.