diff --git a/test/Kestrel.Transport.FunctionalTests/ChromeTests.cs b/test/Kestrel.Transport.FunctionalTests/ChromeTests.cs index ca09e83405..7f72b6d09d 100644 --- a/test/Kestrel.Transport.FunctionalTests/ChromeTests.cs +++ b/test/Kestrel.Transport.FunctionalTests/ChromeTests.cs @@ -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 " +