Skip to content

Commit 940f67f

Browse files
committed
[wasm] Use latest chrome for testing
This was fixed to a specific version (`113.0.5672.63`) because of #86919 . But trying to use latest again now.
1 parent b6e8073 commit 940f67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/testing/ProvisioningVersions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<PropertyGroup>
4545
<!-- To use a specific version, set ChromeFindLatestAvailableVersion=false,
4646
and set the version, and revisions in the propertygroup below -->
47-
<ChromeFindLatestAvailableVersion>false</ChromeFindLatestAvailableVersion>
47+
<!--<ChromeFindLatestAvailableVersion>false</ChromeFindLatestAvailableVersion>-->
4848
</PropertyGroup>
4949

5050
<PropertyGroup Label="Use specific version of chrome" Condition="'$(ChromeFindLatestAvailableVersion)' != 'true' and $([MSBuild]::IsOSPlatform('linux'))">

0 commit comments

Comments
 (0)