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

Commit 6aeca2f

Browse files
richardschneidervmx
authored andcommitted
test: skip some tests because pubsub does not make any gaurantee on message deliery
1 parent af6f13c commit 6aeca2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/pubsub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ module.exports = (common) => {
575575
ipfs2.pubsub.unsubscribe(topic, sub2)
576576
})
577577

578-
it('send/receive 10k messages', function (done) {
578+
it.skip('send/receive 10k messages', function (done) {
579579
this.timeout(2 * 60 * 1000)
580580

581581
const msgBase = 'msg - '

0 commit comments

Comments
 (0)