Mute testTracerLog

Relates to #40586
This commit is contained in:
Yannick Welsch 2019-03-28 14:03:29 +01:00
parent 8b9a006740
commit fea91c6113
1 changed files with 1 additions and 0 deletions

View File

@ -993,6 +993,7 @@ public abstract class AbstractSimpleTransportTestCase extends ESTestCase {
}
@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) -> {