Ignore certificate errors
This commit is contained in:
parent
f2a383dc76
commit
40a9b18c43
|
|
@ -52,6 +52,7 @@ namespace Interop.FunctionalTests
|
||||||
$"--no-sandbox " +
|
$"--no-sandbox " +
|
||||||
$"--disable-gpu " +
|
$"--disable-gpu " +
|
||||||
$"--allow-insecure-localhost " +
|
$"--allow-insecure-localhost " +
|
||||||
|
$"--ignore-certificate-errors --enable-features=NetworkService " +
|
||||||
$"--enable-logging " +
|
$"--enable-logging " +
|
||||||
$"--dump-dom " +
|
$"--dump-dom " +
|
||||||
$"--virtual-time-budget=10000 " +
|
$"--virtual-time-budget=10000 " +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue