Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 4da4309

Browse files
committed
chore: re-adds bitswap tests
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent a3a064b commit 4da4309

File tree

2 files changed

+10
-32
lines changed

2 files changed

+10
-32
lines changed

test/interface.spec.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ const isWindows = process.platform && process.platform === 'win32'
1010
describe('interface-ipfs-core tests', () => {
1111
const defaultCommonFactory = CommonFactory.create()
1212

13+
tests.bitswap(defaultCommonFactory, {
14+
skip: [
15+
// bitswap.unwant
16+
// FIXME why is this skipped?
17+
'should remove a key from the wantlist'
18+
]
19+
})
20+
1321
tests.block(defaultCommonFactory)
1422

1523
tests.bootstrap(defaultCommonFactory)
@@ -173,7 +181,9 @@ describe('interface-ipfs-core tests', () => {
173181
}
174182
}))
175183

184+
// FIXME currently failing
176185
tests.types(defaultCommonFactory, { skip: true })
177186

187+
// FIXME currently failing
178188
tests.util(defaultCommonFactory, { skip: true })
179189
})

test/interface/bitswap.spec.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)