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

Commit 34682d4

Browse files
author
Alan Shaw
committed
fix: skip in the right place
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 2f261c1 commit 34682d4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

test/interface.spec.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@ describe('interface-ipfs-core tests', () => {
168168
name: 'should ls with a base58 encoded CID',
169169
reason: 'FIXME https://github.com/ipfs/js-ipfs-http-client/issues/339'
170170
},
171-
{
172-
name: 'should ls directory with long option',
173-
reason: 'TODO unskip when go-ipfs supports --long https://github.com/ipfs/go-ipfs/pull/6528'
174-
},
175171
// .lsPullStream
176172
isNode ? null : {
177173
name: 'should pull stream ls with a base58 encoded CID',
@@ -190,7 +186,14 @@ describe('interface-ipfs-core tests', () => {
190186
]
191187
})
192188

193-
tests.filesMFS(defaultCommonFactory)
189+
tests.filesMFS(defaultCommonFactory, {
190+
skip: [
191+
{
192+
name: 'should ls directory with long option',
193+
reason: 'TODO unskip when go-ipfs supports --long https://github.com/ipfs/go-ipfs/pull/6528'
194+
}
195+
]
196+
})
194197

195198
tests.key(defaultCommonFactory, {
196199
skip: [

0 commit comments

Comments
 (0)