[wasm] Use an older version of chrome for testing `113.0.5672.63` (#86968)
authorAnkit Jain <radical@gmail.com>
Wed, 31 May 2023 22:16:51 +0000 (18:16 -0400)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 22:16:51 +0000 (18:16 -0400)
.. because of crashes being hit on linux.

Issue: https://github.com/dotnet/runtime/issues/86919

eng/testing/ProvisioningVersions.props

index 4f2df8f..7f555c0 100644 (file)
@@ -44,7 +44,7 @@
   <PropertyGroup>
     <!-- To use a specific version, set ChromeFindLatestAvailableVersion=false,
          and set the version, and revisions in the propertygroup below -->
-    <ChromeFindLatestAvailableVersion>true</ChromeFindLatestAvailableVersion>
+    <ChromeFindLatestAvailableVersion>false</ChromeFindLatestAvailableVersion>
   </PropertyGroup>
 
   <PropertyGroup Label="Use specific version of chrome" Condition="'$(ChromeFindLatestAvailableVersion)' != 'true' and $([MSBuild]::IsOSPlatform('linux'))">