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

Commit

Permalink
chore: remove skips for ls tests
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
alanshaw committed Mar 18, 2019
1 parent c021469 commit 9d4102e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
20 changes: 1 addition & 19 deletions test/core/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,7 @@ describe('interface-ipfs-core tests', function () {
})

tests.filesRegular(defaultCommonFactory, {
skip: isNode ? [{
name: 'should ls with a base58 encoded CID',
reason: 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
}, {
name: 'should readable stream ls with a base58 encoded CID',
reason: 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
}, {
name: 'should pull stream ls with a base58 encoded CID',
reason: 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
}] : [{
skip: isNode ? null : [{
name: 'addFromStream',
reason: 'Not designed to run in the browser'
}, {
Expand All @@ -80,15 +71,6 @@ describe('interface-ipfs-core tests', function () {
}, {
name: 'addFromURL',
reason: 'Not designed to run in the browser'
}, {
name: 'should ls with a base58 encoded CID',
reason: 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
}, {
name: 'should readable stream ls with a base58 encoded CID',
reason: 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
}, {
name: 'should pull stream ls with a base58 encoded CID',
reason: 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
}]
})

Expand Down
13 changes: 1 addition & 12 deletions test/http-api/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,7 @@ describe('interface-ipfs-core over ipfs-http-client tests', () => {
]
})

tests.filesRegular(defaultCommonFactory, {
skip: [{
name: 'should ls with a base58 encoded CID',
reason: 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
}, {
name: 'should readable stream ls with a base58 encoded CID',
reason: 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
}, {
name: 'should pull stream ls with a base58 encoded CID',
reason: 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
}]
})
tests.filesRegular(defaultCommonFactory)

tests.filesMFS(defaultCommonFactory)

Expand Down

0 comments on commit 9d4102e

Please sign in to comment.