This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(dag): skip spec for put API (#1421)
Over at ipfs-inactive/interface-js-ipfs-core#323 we introduce a test spec that ensures `dag.put()` honors the `hashAlg` option, which at the time of this commit is ignored by the underlying `ipld.put()` API (more info: 1a36375). This commit skips that spec in `js-ipfs` as ipld/js-ipld#133 has to land first to fulfill the scenario. License: MIT Signed-off-by: Pascal Precht <pascal.precht@gmail.com>
- Loading branch information