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

Commit ba837a6

Browse files
author
Alan Shaw
committed
chore: add skips for incompatble ls tests
Will be resolved before release by #1934 License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 13eec1f commit ba837a6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

test/core/interface.spec.js

+11-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,17 @@ describe('interface-ipfs-core tests', function () {
7171
}, {
7272
name: 'addFromURL',
7373
reason: 'Not designed to run in the browser'
74-
}]
74+
}, {
75+
name: 'should ls with a base58 encoded CID',
76+
reason: 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
77+
}, {
78+
name: 'should readable stream ls with a base58 encoded CID',
79+
reason: 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
80+
}, {
81+
name: 'should pull stream ls with a base58 encoded CID',
82+
reason: 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
83+
}],
84+
only: true
7585
})
7686

7787
tests.filesMFS(defaultCommonFactory)

0 commit comments

Comments
 (0)