Skip to content

Commit

Permalink
[wasm] Use an older version of chrome for testing 113.0.5672.63
Browse files Browse the repository at this point in the history
.. because of crashes being hit on linux.

Issue: dotnet#86919
  • Loading branch information
radical committed May 31, 2023
1 parent 3c0c801 commit 044460b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/testing/ProvisioningVersions.props
Original file line number Diff line number Diff line change
Expand Up @@ -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'))">
Expand Down

0 comments on commit 044460b

Please sign in to comment.