Skip to content

Commit

Permalink
[wasm] Use latest chrome for testing (#88505)
Browse files Browse the repository at this point in the history
This was fixed to a specific version (`113.0.5672.63`) because of
#86919 . But trying to use
latest again now.
  • Loading branch information
radical authored Jul 14, 2023
1 parent 0ba2597 commit 5a43a6f
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>false</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 5a43a6f

Please sign in to comment.