Skip to content

Commit 4f1ffb5

Browse files
committed
Mute SmokeTestWatcherWithSecurityIT testsi
Tests from the SmokeTestWatcherWithSecurityIT suite have been failing occasionally. This commit mutes all the tests. This is tracked in
1 parent 3d82a30 commit 4f1ffb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/qa/smoke-test-watcher-with-security/src/test/java/org/elasticsearch/smoketest/SmokeTestWatcherWithSecurityIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ public void testSearchInputWithInsufficientPrivileges() throws Exception {
186186
assertThat(conditionMet, is(false));
187187
}
188188

189+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29893")
189190
public void testSearchTransformHasPermissions() throws Exception {
190191
try (XContentBuilder builder = jsonBuilder()) {
191192
builder.startObject();
@@ -268,6 +269,7 @@ public void testIndexActionHasPermissions() throws Exception {
268269
assertThat(spam, is("eggs"));
269270
}
270271

272+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30777")
271273
public void testIndexActionInsufficientPrivileges() throws Exception {
272274
try (XContentBuilder builder = jsonBuilder()) {
273275
builder.startObject();

0 commit comments

Comments
 (0)