diff --git a/test/Kestrel.Transport.FunctionalTests/ChromeConstants.cs b/test/Kestrel.Transport.FunctionalTests/ChromeConstants.cs index e6f19feb73..9e527a17b6 100644 --- a/test/Kestrel.Transport.FunctionalTests/ChromeConstants.cs +++ b/test/Kestrel.Transport.FunctionalTests/ChromeConstants.cs @@ -19,7 +19,7 @@ namespace Interop.FunctionalTests } else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux)) { - return Path.Combine("/usr", "bin", "chromium-browser"); + return Path.Combine("/usr", "bin", "google-chrome"); } throw new PlatformNotSupportedException();