Skip to content

Commit 7ea3d4a

Browse files
committed
TEST: mute more SmokeTestWatcherWithSecurityIT tests
tracked at #33320 and #30777
1 parent 79cc55d commit 7ea3d4a

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
@@ -135,6 +135,7 @@ protected Settings restAdminSettings() {
135135
}
136136

137137

138+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33320")
138139
public void testSearchInputHasPermissions() throws Exception {
139140
try (XContentBuilder builder = jsonBuilder()) {
140141
builder.startObject();
@@ -242,6 +243,7 @@ public void testSearchTransformInsufficientPermissions() throws Exception {
242243
assertThat(response.getStatusLine().getStatusCode(), is(404));
243244
}
244245

246+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30777")
245247
public void testIndexActionHasPermissions() throws Exception {
246248
try (XContentBuilder builder = jsonBuilder()) {
247249
builder.startObject();

0 commit comments

Comments
 (0)