You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 failing
1) daemons startDaemon starts the daemon and returns valid API and gateway addresses:
Uncaught AssertionError: expected null to be an instance of Multiaddr
at async.waterfall (test/index.spec.js:450:52)
at node_modules/async/dist/async.js:421:16
at next (node_modules/async/dist/async.js:5278:29)
at node_modules/async/dist/async.js:906:16
at node.startDaemon (test/index.spec.js:443:54)
at f (node_modules/once/once.js:25:25)
at Socket.data (src/node.js:236:13)
at readableAddChunk (_stream_readable.js:176:18)
at Socket.Readable.push (_stream_readable.js:134:10)
at Pipe.onread (net.js:547:20)
The text was updated successfully, but these errors were encountered:
Ci failes "sometimes" on Node 4 sometimes on Node 6
See the 2 builds from another PR (#153 should be unrelated to the test)
fails on Node 6 https://travis-ci.org/ipfs/js-ipfsd-ctl/builds/244451297
fails on Node 4 https://travis-ci.org/ipfs/js-ipfsd-ctl/builds/245233174
each time same test
The text was updated successfully, but these errors were encountered: