Merge pull request #563 from embark-framework/disable_ipc_client

disable ipc client in tests
This commit is contained in:
Iuri Matias 2018-06-19 17:39:54 -04:00 committed by GitHub
commit de33dc9de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ class Test {
web3: this.web3
});
this.engine.startService("deployment", {
trackContracts: false,
ipcRole: 'client'
trackContracts: false
//ipcRole: 'client' // disabled for now due to issues with ipc file
});
}