Skip to content

Commit c599a92

Browse files
Copilotnagilson
andcommitted
Revert runTests to false for Alpine 3.22 configuration
Co-authored-by: nagilson <[email protected]>
1 parent 435dda0 commit c599a92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eng/pipelines/templates/jobs/sdk-job-matrix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ parameters:
5959
osProperties: /p:HostOSName=linux-musl
6060
# SBOM generation is not supported for alpine.
6161
enableSbom: false
62-
runTests: true
62+
# Skipping all container-based testing for now.
63+
# See: https://github.com/dotnet/sdk/issues/40935
64+
runTests: false
6365
- categoryName: TemplateEngine
6466
osProperties: $(linuxOsPortableProperties)
6567
testProjects: $(Build.SourcesDirectory)/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj;$(Build.SourcesDirectory)/test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj

0 commit comments

Comments
 (0)