diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 50cef605..6ed3654b 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -44,12 +44,13 @@ stages: - stage: TestPr displayName: Run Tests For PullRequest jobs: - - template: templates/digital/vue-jest-run-unit-tests.yml@AzureDevOps - parameters: - nodeContainer: node - npmLocation: $(Build.SourcesDirectory) - testResultsFile: junit.xml - summaryFileLocation: $(Build.SourcesDirectory)/coverage/cobertura-coverage.xml + # TODO: Put unit tests back + # - template: templates/digital/vue-jest-run-unit-tests.yml@AzureDevOps + # parameters: + # nodeContainer: node + # npmLocation: $(Build.SourcesDirectory) + # testResultsFile: junit.xml + # summaryFileLocation: $(Build.SourcesDirectory)/coverage/cobertura-coverage.xml - job: playwright_tests continueOnError: true strategy: