Skip to content

Commit

Permalink
Mute DataFrameAuditorIT#testAuditorWritesAudits
Browse files Browse the repository at this point in the history
Relates to #40594
  • Loading branch information
javanna committed Mar 28, 2019
1 parent d791e08 commit 873c563
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public void createIndexes() throws IOException {
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";
Expand Down

0 comments on commit 873c563

Please sign in to comment.