[MUTE] SmokeTestWatcherWithSecurityIT flaky tests
This commit is contained in:
parent
39839f97ef
commit
86feb7713b
|
@ -158,6 +158,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
|
||||||
assertThat(conditionMet, is(true));
|
assertThat(conditionMet, is(true));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29893")
|
||||||
public void testSearchInputWithInsufficientPrivileges() throws Exception {
|
public void testSearchInputWithInsufficientPrivileges() throws Exception {
|
||||||
String indexName = "index_not_allowed_to_read";
|
String indexName = "index_not_allowed_to_read";
|
||||||
try (XContentBuilder builder = jsonBuilder()) {
|
try (XContentBuilder builder = jsonBuilder()) {
|
||||||
|
@ -213,6 +214,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
|
||||||
assertThat(value, is("15"));
|
assertThat(value, is("15"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33291")
|
||||||
public void testSearchTransformInsufficientPermissions() throws Exception {
|
public void testSearchTransformInsufficientPermissions() throws Exception {
|
||||||
try (XContentBuilder builder = jsonBuilder()) {
|
try (XContentBuilder builder = jsonBuilder()) {
|
||||||
builder.startObject();
|
builder.startObject();
|
||||||
|
|
Loading…
Reference in New Issue