This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -62,16 +62,7 @@ describe('interface-ipfs-core tests', function () {
62
62
} )
63
63
64
64
tests . filesRegular ( defaultCommonFactory , {
65
- skip : isNode ? [ {
66
- name : 'should ls with a base58 encoded CID' ,
67
- reason : 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
68
- } , {
69
- name : 'should readable stream ls with a base58 encoded CID' ,
70
- reason : 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
71
- } , {
72
- name : 'should pull stream ls with a base58 encoded CID' ,
73
- reason : 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
74
- } ] : [ {
65
+ skip : isNode ? null : [ {
75
66
name : 'addFromStream' ,
76
67
reason : 'Not designed to run in the browser'
77
68
} , {
@@ -80,15 +71,6 @@ describe('interface-ipfs-core tests', function () {
80
71
} , {
81
72
name : 'addFromURL' ,
82
73
reason : 'Not designed to run in the browser'
83
- } , {
84
- name : 'should ls with a base58 encoded CID' ,
85
- reason : 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
86
- } , {
87
- name : 'should readable stream ls with a base58 encoded CID' ,
88
- reason : 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
89
- } , {
90
- name : 'should pull stream ls with a base58 encoded CID' ,
91
- reason : 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
92
74
} ]
93
75
} )
94
76
Original file line number Diff line number Diff line change @@ -46,18 +46,7 @@ describe('interface-ipfs-core over ipfs-http-client tests', () => {
46
46
]
47
47
} )
48
48
49
- tests . filesRegular ( defaultCommonFactory , {
50
- skip : [ {
51
- name : 'should ls with a base58 encoded CID' ,
52
- reason : 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
53
- } , {
54
- name : 'should readable stream ls with a base58 encoded CID' ,
55
- reason : 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
56
- } , {
57
- name : 'should pull stream ls with a base58 encoded CID' ,
58
- reason : 'File sizes incompatible with go-ipfs https://github.com/ipfs/js-ipfs/issues/1934'
59
- } ]
60
- } )
49
+ tests . filesRegular ( defaultCommonFactory )
61
50
62
51
tests . filesMFS ( defaultCommonFactory )
63
52
You can’t perform that action at this time.
0 commit comments