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

Commit 633fd79

Browse files
committed
chore: reenable pubsub flag
1 parent e5aa237 commit 633fd79

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/interface.spec.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,11 @@ describe('interface-ipfs-core tests', () => {
371371
]
372372
})
373373

374-
tests.pubsub(commonFactory, {
374+
tests.pubsub(createFactory(commonOptions, {
375+
go: {
376+
args: ['--enable-pubsub-experiment']
377+
}
378+
}), {
375379
skip: isWindows ? [
376380
// pubsub.subscribe
377381
{

0 commit comments

Comments
 (0)