Skip to content

Commit

Permalink
Revert "[wasm] Revert to using latest chrome for testing (#83150)" (#…
Browse files Browse the repository at this point in the history
…84732)

This reverts commit f5fd94b.
  • Loading branch information
lewing authored Apr 13, 2023
1 parent 887c043 commit 429105d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions eng/testing/ProvisioningVersions.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
these snapshot urls.
-->

<!--<PropertyGroup Label="Use specific version of chrome" Condition="$([MSBuild]::IsOSPlatform('linux'))">-->
<!--<ChromeVersion>109.0.5414.119</ChromeVersion>-->
<!--<ChromeRevision>1070088</ChromeRevision>-->
<!--<_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1070096</_ChromeBaseSnapshotUrl>-->
<!--</PropertyGroup>-->
<!--<PropertyGroup Label="Use specific version of chrome" Condition="$([MSBuild]::IsOSPlatform('windows'))">-->
<!--<ChromeVersion>109.0.5414.120</ChromeVersion>-->
<!--<ChromeRevision>1070088</ChromeRevision>-->
<!--<_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1070094</_ChromeBaseSnapshotUrl>-->
<!--</PropertyGroup>-->
<PropertyGroup Label="Use specific version of chrome" Condition="$([MSBuild]::IsOSPlatform('linux'))">
<ChromeVersion>109.0.5414.119</ChromeVersion>
<ChromeRevision>1070088</ChromeRevision>
<_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1070096</_ChromeBaseSnapshotUrl>
</PropertyGroup>
<PropertyGroup Label="Use specific version of chrome" Condition="$([MSBuild]::IsOSPlatform('windows'))">
<ChromeVersion>109.0.5414.120</ChromeVersion>
<ChromeRevision>1070088</ChromeRevision>
<_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1070094</_ChromeBaseSnapshotUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(BrowserHost)' != 'windows'">
<FirefoxRevision>108.0.1</FirefoxRevision>
Expand Down

0 comments on commit 429105d

Please sign in to comment.