diff --git a/eng/pipelines/templates/jobs/sdk-job-matrix.yml b/eng/pipelines/templates/jobs/sdk-job-matrix.yml index e2510dad84b9..e20d74af60d6 100644 --- a/eng/pipelines/templates/jobs/sdk-job-matrix.yml +++ b/eng/pipelines/templates/jobs/sdk-job-matrix.yml @@ -37,12 +37,10 @@ parameters: macOSJobParameterSets: - categoryName: TestBuild runtimeIdentifier: osx-x64 - # Disabled due to high failure rate. See: https://github.com/dotnet/sdk/issues/51574 - categoryName: TemplateEngine testProjects: $(Build.SourcesDirectory)/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj;$(Build.SourcesDirectory)/test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj publishXunitResults: true runtimeIdentifier: osx-x64 - disableJob: true - categoryName: AoT runAoTTests: true runtimeIdentifier: osx-x64