mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
Add TODO
This commit is contained in:
parent
e1c2a64232
commit
c513335054
|
@ -31,6 +31,7 @@ describe('TaskRunnerModule in external mode', () => {
|
|||
await module.start();
|
||||
});
|
||||
|
||||
// @TODO: Disconnect analyzer not being set in external mode
|
||||
it('should use DefaultTaskRunnerDisconnectAnalyzer', () => {
|
||||
const wsServer = Container.get(TaskRunnerWsServer);
|
||||
|
||||
|
|
Loading…
Reference in a new issue