Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 038c4d9

Browse files
committed
chore: skip some tests because there is no go implementation
1 parent 8c6f2b9 commit 038c4d9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/interface.spec.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ describe('interface-ipfs-core tests', () => {
5252
{
5353
name: 'should list config profiles',
5454
reason: 'TODO: Not implemented in go-ipfs'
55+
},
56+
{
57+
name: 'should strip private key from diff output',
58+
reason: 'TODO: Not implemented in go-ipfs'
5559
}
5660
]
5761
})
@@ -131,6 +135,14 @@ describe('interface-ipfs-core tests', () => {
131135
{
132136
name: 'should ls directory with long option',
133137
reason: 'TODO unskip when go-ipfs supports --long https://github.com/ipfs/go-ipfs/pull/6528'
138+
},
139+
{
140+
name: 'should read from outside of mfs',
141+
reason: 'TODO not implemented in go-ipfs yet'
142+
},
143+
{
144+
name: 'should ls from outside of mfs',
145+
reason: 'TODO not implemented in go-ipfs yet'
134146
}
135147
]
136148
})

0 commit comments

Comments
 (0)