Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 0565f47

Browse files
Pedro SantosAlan Shaw
authored andcommitted
test: unskip bitswap.wantlist test (#2677)
1 parent d46aa65 commit 0565f47

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/core/interface.spec.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@ describe('interface-ipfs-core tests', function () {
3333
}
3434
const commonFactory = createFactory(commonOptions, overrides)
3535

36-
tests.bitswap(commonFactory, {
37-
skip: isNode ? null : [{
38-
name: 'should get the wantlist by peer ID for a different node',
39-
reason: 'FIXME: Does not find wantlist list in the browser'
40-
}]
41-
})
36+
tests.bitswap(commonFactory)
4237

4338
tests.block(commonFactory)
4439

0 commit comments

Comments
 (0)