Ignore certificate errors

This commit is contained in:
John Luo 2018-11-01 16:17:09 -07:00
parent f2a383dc76
commit 40a9b18c43
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ namespace Interop.FunctionalTests
$"--no-sandbox " +
$"--disable-gpu " +
$"--allow-insecure-localhost " +
$"--ignore-certificate-errors --enable-features=NetworkService " +
$"--enable-logging " +
$"--dump-dom " +
$"--virtual-time-budget=10000 " +