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

test(dag): skip spec for put API #1421

Merged
merged 1 commit into from
Jul 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion test/core/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ describe('interface-ipfs-core tests', () => {

tests.config(defaultCommonFactory)

tests.dag(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.dht(defaultCommonFactory, {
skip: { reason: 'TODO: DHT is not implemented in js-ipfs yet!' }
Expand Down