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

Commit

Permalink
choreL uppin ipfsd-ctl version
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Jan 17, 2018
1 parent d50acbd commit e95cbb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
served: true,
included: false
}],
singleRun: false,
singleRun: true,
browserNoActivityTimeout: 100 * 1000
},
hooks: {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@
"eslint-plugin-react": "^7.5.1",
"expose-loader": "^0.7.4",
"form-data": "^2.3.1",
"go-ipfs-dep": "^0.4.13",
"hat": "0.0.3",
"ipfs": "^0.27.5",
"ipfs": "~0.27.7",
"ipfs-api": "^17.2.4",
"ipfsd-ctl": "~0.26.0",
"ipfsd-ctl": "~0.27.0",
"left-pad": "^1.2.0",
"lodash": "^4.17.4",
"mocha": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/circuit-relay.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ function tests (relayType) {
})
}

describe.only('circuit', () => {
describe('circuit', () => {
describe('js relay', function () {
this.relay = null
this.relayAddrs = null
Expand Down

0 comments on commit e95cbb6

Please sign in to comment.