Skip to content

Commit 28491c6

Browse files
authored
chore: upgrade go-ipfs-dep (#3135)
1 parent 86ea629 commit 28491c6

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"devDependencies": {
7171
"aegir": "^23.0.0",
7272
"cross-env": "^7.0.0",
73-
"go-ipfs-dep": "^0.5.1",
73+
"go-ipfs-dep": "^0.6.0",
7474
"interface-ipfs-core": "^0.137.0",
7575
"ipfsd-ctl": "^4.1.1",
7676
"it-all": "^1.0.1",

test/interface.spec.js

+2-18
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,7 @@ describe('interface-ipfs-core tests', () => {
5151
]
5252
})
5353

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)
6055

6156
tests.block(commonFactory, {
6257
skip: [{
@@ -65,18 +60,7 @@ describe('interface-ipfs-core tests', () => {
6560
}]
6661
})
6762

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)
8064

8165
tests.config(commonFactory, {
8266
skip: [

0 commit comments

Comments
 (0)