Skip to content

Commit 801baf3

Browse files
committed
[MUTE] SmokeTestWatcherWithSecurityIT flaky tests
1 parent e57cc4f commit 801baf3

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
@@ -158,6 +158,7 @@ public void testSearchInputHasPermissions() throws Exception {
158158
assertThat(conditionMet, is(true));
159159
}
160160

161+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29893")
161162
public void testSearchInputWithInsufficientPrivileges() throws Exception {
162163
String indexName = "index_not_allowed_to_read";
163164
try (XContentBuilder builder = jsonBuilder()) {
@@ -213,6 +214,7 @@ public void testSearchTransformHasPermissions() throws Exception {
213214
assertThat(value, is("15"));
214215
}
215216

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

0 commit comments

Comments
 (0)