Mute SmokeTestWatcherWithSecurityIT testsi

Tests from the SmokeTestWatcherWithSecurityIT suite have been failing
occasionally. This commit mutes all the tests. This is tracked in
This commit is contained in:
Tim Brooks 2018-08-31 13:33:14 -06:00
parent 3d82a30fad
commit 4f1ffb5cb1
No known key found for this signature in database
GPG Key ID: C2AA3BB91A889E77
1 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
assertThat(conditionMet, is(false));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29893")
public void testSearchTransformHasPermissions() throws Exception {
try (XContentBuilder builder = jsonBuilder()) {
builder.startObject();
@ -268,6 +269,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
assertThat(spam, is("eggs"));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30777")
public void testIndexActionInsufficientPrivileges() throws Exception {
try (XContentBuilder builder = jsonBuilder()) {
builder.startObject();