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

Commit

Permalink
chore: remove ref test skips
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
  • Loading branch information
Alan Shaw committed May 20, 2019
1 parent b6bce33 commit 993740b
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions test/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,36 +173,6 @@ describe('interface-ipfs-core tests', () => {
isNode ? null : {
name: 'should readable stream ls with a base58 encoded CID',
reason: 'FIXME https://github.com/ipfs/js-ipfs-http-client/issues/339'
},
// .refs
{
name: 'refs',
reason: 'FIXME unskip when https://github.com/ipfs/js-ipfs-http-client/pull/978 is merged'
},
// .refsReadableStream
{
name: 'refsReadableStream',
reason: 'FIXME unskip when https://github.com/ipfs/js-ipfs-http-client/pull/978 is merged'
},
// .refsPullStream
{
name: 'refsPullStream',
reason: 'FIXME unskip when https://github.com/ipfs/js-ipfs-http-client/pull/978 is merged'
},
// .refs.local
{
name: 'refsLocal',
reason: 'FIXME unskip when https://github.com/ipfs/js-ipfs-http-client/pull/978 is merged'
},
// .refs.localReadableStream
{
name: 'refsLocalReadableStream',
reason: 'FIXME unskip when https://github.com/ipfs/js-ipfs-http-client/pull/978 is merged'
},
// .refs.localPullStream
{
name: 'refsLocalPullStream',
reason: 'FIXME unskip when https://github.com/ipfs/js-ipfs-http-client/pull/978 is merged'
}
]
})
Expand Down

0 comments on commit 993740b

Please sign in to comment.