Add AwaitsFix to KnownActionsTests#testAllTransportHandlersAreKnown
Relates elastic/x-pack-elasticsearch#1856 Original commit: elastic/x-pack-elasticsearch@ea16c49af0
This commit is contained in:
parent
b933214dcd
commit
10a95c4268
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue