mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 23:05:07 +00:00
Merge pull request #563 from embark-framework/disable_ipc_client
disable ipc client in tests
This commit is contained in:
commit
de33dc9de2
@ -85,8 +85,8 @@ class Test {
|
|||||||
web3: this.web3
|
web3: this.web3
|
||||||
});
|
});
|
||||||
this.engine.startService("deployment", {
|
this.engine.startService("deployment", {
|
||||||
trackContracts: false,
|
trackContracts: false
|
||||||
ipcRole: 'client'
|
//ipcRole: 'client' // disabled for now due to issues with ipc file
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user