Skip to content

Commit

Permalink
Mute DeprecatedLoggingAuditTrailTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ywelsch committed Oct 19, 2018
1 parent 58829e2 commit 06230bd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.Logger;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.IndicesRequest;
import org.elasticsearch.action.support.IndicesOptions;
import org.elasticsearch.cluster.node.DiscoveryNode;
Expand Down Expand Up @@ -60,6 +61,7 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34627")
public class DeprecatedLoggingAuditTrailTests extends ESTestCase {

enum RestContent {
Expand Down

0 comments on commit 06230bd

Please sign in to comment.