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

fix: unskip bitswap.wantlist test #2677

Merged
merged 1 commit into from
Dec 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions test/core/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ describe('interface-ipfs-core tests', function () {
}
const commonFactory = createFactory(commonOptions, overrides)

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

tests.block(commonFactory)

Expand Down