diff --git a/test/cli/cli.test.js b/test/cli/cli.test.js index f5d8b16c82..7513da7a23 100644 --- a/test/cli/cli.test.js +++ b/test/cli/cli.test.js @@ -142,7 +142,8 @@ runCLITest('CLI', () => { .catch(done); }); - it('--host :: (IPv6)', (done) => { + // TODO search way how to tests it on github actions + it.skip('--host :: (IPv6)', (done) => { testBin('--host ::') .then((output) => { const localIP = internalIp.v4.sync();