Skip to content

Commit

Permalink
[MUTE] SmokeTestWatcherWithSecurityIT flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
talevy committed Aug 31, 2018
1 parent e57cc4f commit 801baf3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ public void testSearchInputHasPermissions() throws Exception {
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()) {
Expand Down Expand Up @@ -213,6 +214,7 @@ public void testSearchTransformHasPermissions() throws Exception {
assertThat(value, is("15"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33291")
public void testSearchTransformInsufficientPermissions() throws Exception {
try (XContentBuilder builder = jsonBuilder()) {
builder.startObject();
Expand Down

0 comments on commit 801baf3

Please sign in to comment.