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:
parent
3d82a30fad
commit
4f1ffb5cb1
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue