From 600b096048c40ce45fcfad5982baa7d6ed36ddd9 Mon Sep 17 00:00:00 2001 From: Rikki Gibson Date: Thu, 2 Mar 2023 13:47:02 -0800 Subject: [PATCH] Disable integration tests in 17.6 --- azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 75bbceb19ec..86ca8475814 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -234,10 +234,12 @@ stages: -configuration $(_BuildConfig) -prepareMachine -test - -integrationTest + # https://github.com/dotnet/razor/issues/8378 + # -integrationTest /p:BuildProjectReferences=false name: Run_Tests - displayName: Run Unit and Integration tests + # displayName: Run Unit and Integration tests + displayName: Run Unit tests condition: succeeded() - task: PublishBuildArtifacts@1