Mute test for #35361
This commit is contained in:
parent
14b811446f
commit
f9154758e6
|
@ -213,6 +213,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
|
|||
assertThat(value, is("15"));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35361")
|
||||
public void testSearchTransformInsufficientPermissions() throws Exception {
|
||||
try (XContentBuilder builder = jsonBuilder()) {
|
||||
builder.startObject();
|
||||
|
|
Loading…
Reference in New Issue