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

Commit

Permalink
fix: disable pubsub tests in the browser
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed Jun 29, 2018
1 parent 44c0045 commit 402b865
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/core/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ describe('interface-ipfs-core tests', () => {
args: ['--enable-pubsub-experiment'],
initOptions: { bits: 512 }
}
}))
}), {
skip: isNode ? null : {
reason: 'FIXME: disabled because no swarm addresses'
}
})

tests.repo(defaultCommonFactory, {
skip: [
Expand Down

0 comments on commit 402b865

Please sign in to comment.