Commented out unit tests temporarily

This commit is contained in:
Chase King 2025-03-11 14:24:09 -04:00
parent c82ee470f8
commit 4172688205

View file

@ -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: