File tree 2 files changed +3
-19
lines changed
2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 70
70
"devDependencies" : {
71
71
"aegir" : " ^23.0.0" ,
72
72
"cross-env" : " ^7.0.0" ,
73
- "go-ipfs-dep" : " ^0.5.1 " ,
73
+ "go-ipfs-dep" : " ^0.6.0 " ,
74
74
"interface-ipfs-core" : " ^0.137.0" ,
75
75
"ipfsd-ctl" : " ^4.1.1" ,
76
76
"it-all" : " ^1.0.1" ,
Original file line number Diff line number Diff line change @@ -51,12 +51,7 @@ describe('interface-ipfs-core tests', () => {
51
51
]
52
52
} )
53
53
54
- tests . bitswap ( commonFactory , {
55
- skip : [ {
56
- name : 'should get the wantlist by peer ID for a different node' ,
57
- reason : 'unskip when https://github.com/ipfs/go-bitswap/pull/390 is released in go-ipfs'
58
- } ]
59
- } )
54
+ tests . bitswap ( commonFactory )
60
55
61
56
tests . block ( commonFactory , {
62
57
skip : [ {
@@ -65,18 +60,7 @@ describe('interface-ipfs-core tests', () => {
65
60
} ]
66
61
} )
67
62
68
- tests . bootstrap ( commonFactory , {
69
- skip : [ {
70
- name : 'should return a list containing the bootstrap peer when called with a valid arg (ip4)' ,
71
- reason : 'TODO unskip when go-ipfs switches to p2p for libp2p keys'
72
- } , {
73
- name : 'should prevent duplicate inserts of bootstrap peers' ,
74
- reason : 'TODO unskip when go-ipfs switches to p2p for libp2p keys'
75
- } , {
76
- name : 'should return a list containing the peer removed when called with a valid arg (ip4)' ,
77
- reason : 'TODO unskip when go-ipfs switches to p2p for libp2p keys'
78
- } ]
79
- } )
63
+ tests . bootstrap ( commonFactory )
80
64
81
65
tests . config ( commonFactory , {
82
66
skip : [
You can’t perform that action at this time.
0 commit comments