Add AwaitsFix to KnownActionsTests#testAllTransportHandlersAreKnown

Relates elastic/x-pack-elasticsearch#1856

Original commit: elastic/x-pack-elasticsearch@ea16c49af0
This commit is contained in:
Daniel Mitterdorfer 2017-06-27 08:58:55 +02:00
parent b933214dcd
commit 10a95c4268
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ public class KnownActionsTests extends SecurityIntegTestCase {
codeActions = loadCodeActions();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1856")
public void testAllTransportHandlersAreKnown() {
TransportService transportService = internalCluster().getDataNodeInstance(TransportService.class);
for (String handler : transportService.requestHandlers.keySet()) {