diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index 144a96879..4113465c7 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -95,7 +95,8 @@ jobs: fi rm -rf $(Build.ArtifactStagingDirectory)/download displayName: "Run vs tests" - continueOnError: ${{ parameters.asan }} + ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: + continueOnError: true - task: PublishTestResults@2 inputs: