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

Commit 993740b

Browse files
author
Alan Shaw
committed
chore: remove ref test skips
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
1 parent b6bce33 commit 993740b

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

test/interface.spec.js

-30
Original file line numberDiff line numberDiff line change
@@ -173,36 +173,6 @@ describe('interface-ipfs-core tests', () => {
173173
isNode ? null : {
174174
name: 'should readable stream ls with a base58 encoded CID',
175175
reason: 'FIXME https://github.com/ipfs/js-ipfs-http-client/issues/339'
176-
},
177-
// .refs
178-
{
179-
name: 'refs',
180-
reason: 'FIXME unskip when https://github.com/ipfs/js-ipfs-http-client/pull/978 is merged'
181-
},
182-
// .refsReadableStream
183-
{
184-
name: 'refsReadableStream',
185-
reason: 'FIXME unskip when https://github.com/ipfs/js-ipfs-http-client/pull/978 is merged'
186-
},
187-
// .refsPullStream
188-
{
189-
name: 'refsPullStream',
190-
reason: 'FIXME unskip when https://github.com/ipfs/js-ipfs-http-client/pull/978 is merged'
191-
},
192-
// .refs.local
193-
{
194-
name: 'refsLocal',
195-
reason: 'FIXME unskip when https://github.com/ipfs/js-ipfs-http-client/pull/978 is merged'
196-
},
197-
// .refs.localReadableStream
198-
{
199-
name: 'refsLocalReadableStream',
200-
reason: 'FIXME unskip when https://github.com/ipfs/js-ipfs-http-client/pull/978 is merged'
201-
},
202-
// .refs.localPullStream
203-
{
204-
name: 'refsLocalPullStream',
205-
reason: 'FIXME unskip when https://github.com/ipfs/js-ipfs-http-client/pull/978 is merged'
206176
}
207177
]
208178
})

0 commit comments

Comments
 (0)