File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ variables:
27
27
value : AspNetCore
28
28
- name : npm_config_cache
29
29
value : src/submodules/Node-Externals/cache
30
+ - name : PUPPETEER_SKIP_DOWNLOAD
31
+ value : 1
30
32
- template : /eng/common/templates/variables/pool-providers.yml
31
33
32
34
jobs :
Original file line number Diff line number Diff line change 13
13
<TestDependsOnAspNetRuntime>false</TestDependsOnAspNetRuntime>
14
14
<ContainsFunctionalTestAssets>false</ContainsFunctionalTestAssets>
15
15
<BuildHelixPayload>false</BuildHelixPayload>
16
- <_NpmAdditionalEnvironmentVariables>npm_config_cache=$(RepoRoot)src/submodules/Node-Externals/cache</_NpmAdditionalEnvironmentVariables>
16
+ <!-- Skip puppeteer tests until https://github.com/dotnet/aspnetcore/issues/54176 is resolved -->
17
+ <_NpmAdditionalEnvironmentVariables>PUPPETEER_SKIP_DOWNLOAD=1;npm_config_cache=$(RepoRoot)src/submodules/Node-Externals/cache</_NpmAdditionalEnvironmentVariables>
17
18
</PropertyGroup>
18
19
19
20
<Target Name="_VerifyNPMCache" Condition="$(ContinuousIntegrationBuild) == 'true'" >
You can’t perform that action at this time.
0 commit comments