Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: enable dag.put with hashAlg test (#1448)
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
  • Loading branch information
alanshaw committed Jul 17, 2018
1 parent 86d46f4 commit 33bbe94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"ipfs-repo": "~0.22.1",
"ipfs-unixfs": "~0.1.15",
"ipfs-unixfs-engine": "~0.30.0",
"ipld": "~0.17.2",
"ipld": "~0.17.3",
"ipld-dag-cbor": "~0.12.1",
"ipld-dag-pb": "~0.14.5",
"is-ipfs": "~0.3.2",
Expand All @@ -123,13 +123,13 @@
"joi-browser": "^13.4.0",
"joi-multiaddr": "^2.0.0",
"libp2p": "~0.22.0",
"libp2p-bootstrap": "~0.9.3",
"libp2p-circuit": "~0.2.0",
"libp2p-floodsub": "~0.15.0",
"libp2p-kad-dht": "~0.10.0",
"libp2p-keychain": "~0.3.1",
"libp2p-mdns": "~0.12.0",
"libp2p-mplex": "~0.8.0",
"libp2p-bootstrap": "~0.9.3",
"libp2p-secio": "~0.10.0",
"libp2p-tcp": "~0.12.0",
"libp2p-webrtc-star": "~0.15.3",
Expand Down
9 changes: 1 addition & 8 deletions test/core/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@ describe('interface-ipfs-core tests', () => {

tests.config(defaultCommonFactory)

tests.dag(defaultCommonFactory, {
skip: [
{
name: 'should override hash algoritm default and resolve with it',
reason: 'https://github.com/ipld/js-ipld/pull/133 needs to land first'
}
]
})
tests.dag(defaultCommonFactory)

tests.dht(defaultCommonFactory, {
skip: { reason: 'TODO: DHT is not implemented in js-ipfs yet!' }
Expand Down

0 comments on commit 33bbe94

Please sign in to comment.