spec: Use multiparty instead of formidable
The latter is buggy and affects our specs.
This commit is contained in:
parent
751af25f37
commit
05611f5e60
3 changed files with 4 additions and 6 deletions
|
@ -9,6 +9,7 @@ process.port = 0; // will be used by crash-reporter spec.
|
|||
|
||||
app.commandLine.appendSwitch('js-flags', '--expose_gc');
|
||||
app.commandLine.appendSwitch('ignore-certificate-errors');
|
||||
app.commandLine.appendSwitch('disable-renderer-backgrounding');
|
||||
|
||||
// Accessing stdout in the main process will result in the process.stdout
|
||||
// throwing UnknownSystemError in renderer process sometimes. This line makes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue