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

Commit 402b865

Browse files
committed
fix: disable pubsub tests in the browser
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 44c0045 commit 402b865

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/core/interface.spec.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@ describe('interface-ipfs-core tests', () => {
100100
args: ['--enable-pubsub-experiment'],
101101
initOptions: { bits: 512 }
102102
}
103-
}))
103+
}), {
104+
skip: isNode ? null : {
105+
reason: 'FIXME: disabled because no swarm addresses'
106+
}
107+
})
104108

105109
tests.repo(defaultCommonFactory, {
106110
skip: [

0 commit comments

Comments
 (0)