From bebbae77e0bb37a06e3aae4fa9ffe29f4aa2a448 Mon Sep 17 00:00:00 2001 From: v-soujanya <101401302+v-soujanya@users.noreply.github.com> Date: Fri, 27 Jan 2023 15:47:10 +0530 Subject: [PATCH] RunLiveTestTaskCommented (#1339) --- .../azure-pipelines-live-test-run.yml | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-live-test-run.yml b/.azure-pipelines/azure-pipelines-live-test-run.yml index 4184b046..7c65e1f5 100644 --- a/.azure-pipelines/azure-pipelines-live-test-run.yml +++ b/.azure-pipelines/azure-pipelines-live-test-run.yml @@ -63,23 +63,23 @@ jobs: - template: templates/download-install-local-azure-devops-cli-extension.yml # Run a Python script. - - task: PythonScript@0 - inputs: - scriptSource: 'filePath' - scriptPath: 'scripts/prepareLiveRecordingTestsRun.py' - failOnStderr: true - env: - AZURE_DEVOPS_EXT_PAT: $(pat) - - - script: pytest tests --junitxml "TEST-results.xml" - displayName: 'Run Live Tests' - env: - AZURE_DEVOPS_EXT_PAT: $(pat) - - - task: PublishTestResults@2 - displayName: 'Publish Test Results' - inputs: - testResultsFormat: 'JUnit' - testResultsFiles: '**TEST-*.xml' - searchFolder: '$(System.DefaultWorkingDirectory)' - condition: succeededOrFailed() + # - task: PythonScript@0 + # inputs: + # scriptSource: 'filePath' + # scriptPath: 'scripts/prepareLiveRecordingTestsRun.py' + # failOnStderr: true + # env: + # AZURE_DEVOPS_EXT_PAT: $(pat) + + # - script: pytest tests --junitxml "TEST-results.xml" + # displayName: 'Run Live Tests' + # env: + # AZURE_DEVOPS_EXT_PAT: $(pat) + + # - task: PublishTestResults@2 + # displayName: 'Publish Test Results' + # inputs: + # testResultsFormat: 'JUnit' + # testResultsFiles: '**TEST-*.xml' + # searchFolder: '$(System.DefaultWorkingDirectory)' + # condition: succeededOrFailed()