Skip to content

Commit 044460b

Browse files
committed
[wasm] Use an older version of chrome for testing 113.0.5672.63
.. because of crashes being hit on linux. Issue: dotnet#86919
1 parent 3c0c801 commit 044460b

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>true</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)