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

Commit e64ef83

Browse files
committed
fix: remove unnecessary skip
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 60818ec commit e64ef83

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/http-api/interface.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ describe('interface-ipfs-core over ipfs-api tests', () => {
3232
'write',
3333
'mv',
3434
'flush',
35-
'ls',
36-
// files.catReadableStream
37-
// FIXME currently failing
38-
'should export a chunk of a file in a Readable Stream'
35+
'ls'
3936
]
4037
})
4138

0 commit comments

Comments
 (0)