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

Commit

Permalink
fix: remove unnecessary skip
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed Jun 8, 2018
1 parent 60818ec commit e64ef83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/http-api/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ describe('interface-ipfs-core over ipfs-api tests', () => {
'write',
'mv',
'flush',
'ls',
// files.catReadableStream
// FIXME currently failing
'should export a chunk of a file in a Readable Stream'
'ls'
]
})

Expand Down

0 comments on commit e64ef83

Please sign in to comment.