spec: Use multiparty instead of formidable

The latter is buggy and affects our specs.
This commit is contained in:
Cheng Zhao 2015-11-10 16:21:08 +08:00
parent 751af25f37
commit 05611f5e60
3 changed files with 4 additions and 6 deletions

View file

@ -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