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

Commit ba7df6b

Browse files
committed
test: only test released features
1 parent cd7346b commit ba7df6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/src/files-mfs.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@ module.exports = (common) => {
307307
})
308308
})
309309

310-
it('stat withLocal file', function (done) {
310+
// TODO enable this test when this feature gets released on go-ipfs
311+
it.skip('stat withLocal file', function (done) {
311312
if (!withGo) {
312313
console.log('Not supported in js-ipfs yet')
313314
this.skip()
@@ -329,6 +330,7 @@ module.exports = (common) => {
329330
})
330331
})
331332

333+
// TODO enable this test when this feature gets released on go-ipfs
332334
it('stat withLocal dir', function (done) {
333335
if (!withGo) {
334336
console.log('Not supported in js-ipfs yet')

0 commit comments

Comments
 (0)