-
Notifications
You must be signed in to change notification settings - Fork 15
fix: tests using files #48
Conversation
|
There are still some tests failing in browser. Basically, it is created a proc node, where the files API is wrapped by the ipfs/interop/test/utils/circuit.js#L33-L53 @alanshaw any idea of where we should tackle this? |
|
Needs a new version of js-ipfs with the files API refactor.... |
|
Thanks! That's true, I installed |
…fix/tests-using-files
1d56118 to
260848c
Compare
|
So much CI pain. |
|
Unless it's Of course, everything passes locally 😉 |
|
..and now Jenkins Mac workers are out of space. |
|
This appears to be the issue reported in libp2p/js-libp2p-switch#287 |
|
Merged with #51 |
Currently, the tests which uses the
api.filesare breaking. This PR fixes that.This solves the problems in CI for the following PR:
ipfs/interop#39
ipfs/interop#47
Needs:
js-ipfs