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

Commit

Permalink
chore: unskip pubsub test (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored and Alan Shaw committed Sep 5, 2019
1 parent 039675e commit 4dddfec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
7 changes: 1 addition & 6 deletions test/core/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,7 @@ describe('interface-ipfs-core tests', function () {
initOptions: { bits: 512 }
}
}), {
skip: isNode ? [
{
name: 'should publish message from string',
reason: 'not implemented'
}
] : {
skip: isNode ? null : {
reason: 'FIXME: disabled because no swarm addresses'
}
})
Expand Down
9 changes: 1 addition & 8 deletions test/http-api/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,7 @@ describe('interface-ipfs-core over ipfs-http-client tests', () => {
args: ['--enable-pubsub'],
initOptions: { bits: 512 }
}
}), {
skip: [
{
name: 'should publish message from string',
reason: 'not implemented'
}
]
})
}))

tests.repo(defaultCommonFactory)

Expand Down

0 comments on commit 4dddfec

Please sign in to comment.