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

Commit a3a064b

Browse files
committed
fix(config): adds skip for config.replace
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent dec9d50 commit a3a064b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/interface.spec.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ describe('interface-ipfs-core tests', () => {
1414

1515
tests.bootstrap(defaultCommonFactory)
1616

17-
tests.config(defaultCommonFactory)
17+
tests.config(defaultCommonFactory, {
18+
skip: [
19+
// config.replace
20+
// FIXME Waiting for fix on go-ipfs
21+
// - https://github.com/ipfs/js-ipfs-api/pull/307#discussion_r69281789
22+
// - https://github.com/ipfs/go-ipfs/issues/2927
23+
'replace'
24+
]
25+
})
1826

1927
tests.dag(defaultCommonFactory, {
2028
skip: [

0 commit comments

Comments
 (0)