Skip to content

Commit

Permalink
Merge pull request #8379 from dotnet/disable-integration-17.6
Browse files Browse the repository at this point in the history
Disable integration tests in 17.6
  • Loading branch information
Jared Parsons authored Mar 2, 2023
2 parents 7c9d592 + 600b096 commit 4b2ddae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b2ddae

Please sign in to comment.