Skip to content

Commit b9eaae0

Browse files
authored
Skip puppeteer tests for now (#54177)
* Skip puppeteer tests for now * Update components-e2e-tests.yml
1 parent 32c9ec8 commit b9eaae0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.azure/pipelines/components-e2e-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ variables:
2727
value: AspNetCore
2828
- name: npm_config_cache
2929
value: src/submodules/Node-Externals/cache
30+
- name: PUPPETEER_SKIP_DOWNLOAD
31+
value: 1
3032
- template: /eng/common/templates/variables/pool-providers.yml
3133

3234
jobs:

eng/Npm.Workspace.nodeproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<TestDependsOnAspNetRuntime>false</TestDependsOnAspNetRuntime>
1414
<ContainsFunctionalTestAssets>false</ContainsFunctionalTestAssets>
1515
<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>
1718
</PropertyGroup>
1819

1920
<Target Name="_VerifyNPMCache" Condition="$(ContinuousIntegrationBuild) == 'true'" >

0 commit comments

Comments
 (0)