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

Commit c1331ca

Browse files
committed
fix: skip tests that do not pass on js-ipfs yet
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 89f186e commit c1331ca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test/http-api/interface.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@ describe('interface-ipfs-core over ipfs-api tests', () => {
4040
}), {
4141
skip: [
4242
{
43-
name: 'resolve',
44-
reason: 'TODO: not implemented'
43+
name: 'should resolve an IPNS DNS link',
44+
reason: 'TODO IPNS not implemented yet'
45+
},
46+
{
47+
name: 'should resolve IPNS link recursively',
48+
reason: 'TODO IPNS not implemented yet'
4549
}
4650
]
4751
})

0 commit comments

Comments
 (0)