Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
test: enable circuit-relay tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jul 15, 2018
1 parent 76fd3f4 commit 818a35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/circuit.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const baseTest = {
timeout
}

// TODO: unskip once go-ipfs 0.4.16 is out
describe.skip('circuit', () => {
describe('circuit', () => {
const tests = all

if (!isNode) {
Object.assign(tests, browser)
}
Expand Down

0 comments on commit 818a35d

Please sign in to comment.