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

Commit a9d5bc0

Browse files
committed
chore: unskip test
1 parent 41d2749 commit a9d5bc0

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

test/core/interface.spec.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ describe('interface-ipfs-core tests', function () {
9595
createTeardown: () => cb => cb()
9696
}), {
9797
skip: [
98-
{
99-
name: 'should resolve an IPNS DNS link',
100-
reason: 'TODO: IPNS resolve not yet implemented https://github.com/ipfs/js-ipfs/issues/1918'
101-
},
102-
{
103-
name: 'should resolve IPNS link recursively',
104-
reason: 'TODO: IPNS resolve not yet implemented https://github.com/ipfs/js-ipfs/issues/1918'
105-
},
10698
{
10799
name: 'should non-recursively resolve ipfs.io',
108100
reasone: 'TODO: gateway issue on dns. To be enabled on a new PR'

test/http-api/interface.js

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,22 +92,7 @@ describe('interface-ipfs-core over ipfs-http-client tests', () => {
9292
tests.miscellaneous(CommonFactory.create({
9393
// No need to stop, because the test suite does a 'stop' test.
9494
createTeardown: () => cb => cb()
95-
}), {
96-
skip: [
97-
{
98-
name: 'should resolve an IPNS DNS link',
99-
reason: 'TODO: IPNS resolve not yet implemented https://github.com/ipfs/js-ipfs/issues/1918'
100-
},
101-
{
102-
name: 'should resolve IPNS link recursively',
103-
reason: 'TODO: IPNS resolve not yet implemented https://github.com/ipfs/js-ipfs/issues/1918'
104-
},
105-
{
106-
name: 'should recursively resolve ipfs.io',
107-
reason: 'TODO: ipfs.io dnslink=/ipns/website.ipfs.io & IPNS resolve not yet implemented https://github.com/ipfs/js-ipfs/issues/1918'
108-
}
109-
]
110-
})
95+
}))
11196

11297
tests.name(CommonFactory.create({
11398
spawnOptions: {

0 commit comments

Comments
 (0)