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

Commit 6d34481

Browse files
committed
chore: add reason for pubsub in browser skips
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 8cf8aaa commit 6d34481

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/interface.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ describe('interface-ipfs-core tests', () => {
191191
name: 'should receive multiple messages',
192192
reason: 'FIXME https://github.com/ipfs/interface-ipfs-core/pull/188#issuecomment-354673246 and https://github.com/ipfs/go-ipfs/issues/4778'
193193
} : null
194-
] : true
194+
] : {
195+
reason: 'FIXME pubsub is not supported in the browser https://github.com/ipfs/js-ipfs-api/issues/518'
196+
}
195197
})
196198

197199
tests.repo(defaultCommonFactory)

0 commit comments

Comments
 (0)