This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
interface-ipfs-core tests failing on my machine #902
Closed
Description
on a fresh clone of master
52 passing (3m)
2 pending
3 failing
1) interface-ipfs-core tests .files callback API .add BIG buffer:
Error: Uncaught AssertionError: expected [] to have a length of 1 but got 0 (webpack:///~/chai/lib/chai/assertion.js?fee1:141:0 <- test/core/interface/interface.spec.js:152161)
2) interface-ipfs-core tests .files callback API .add .createAddStream stream of valid files and dirs:
Error: Uncaught AssertionError: expected 'QmZf3drqiuCuuCZKSmvhVRV6GH4QuJj7Gwy1QEacRMKLfy' to equal 'QmVvjDy7yF7hdnqE8Hrf4MHo5ABDtb5AbX6hWbD3Y42bXP' (webpack:///~/chai/lib/chai/assertion.js?fee1:141:0 <- test/core/interface/interface.spec.js:152161)
3) interface-ipfs-core tests .files callback API .cat streams a large file:
Error: Timeout of 80000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.