Skip to content

Commit

Permalink
Mute testTracerLog
Browse files Browse the repository at this point in the history
Relates to elastic#40586
  • Loading branch information
ywelsch committed Mar 28, 2019
1 parent 8b9a006 commit fea91c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,7 @@ public void handleException(TransportException exp) {
}

@TestLogging(value = "org.elasticsearch.transport.TransportService.tracer:trace")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40586")
public void testTracerLog() throws Exception {
TransportRequestHandler<TransportRequest> handler = (request, channel, task) -> channel.sendResponse(new StringMessageResponse(""));
TransportRequestHandler<StringMessageRequest> handlerWithError = (request, channel, task) -> {
Expand Down

0 comments on commit fea91c6

Please sign in to comment.