Mute DataFrameAuditorIT#testAuditorWritesAudits

Relates to #40594
This commit is contained in:
Luca Cavanna 2019-03-28 16:53:20 +01:00
parent d791e08932
commit 873c5638e6
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ public class DataFrameAuditorIT extends DataFrameRestTestCase {
setupUser(TEST_USER_NAME, Arrays.asList("data_frame_transforms_admin", DATA_ACCESS_ROLE));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40594")
@SuppressWarnings("unchecked")
public void testAuditorWritesAudits() throws Exception {
String transformId = "simplePivotForAudit";