Skip to content

Commit bebbae7

Browse files
authored
RunLiveTestTaskCommented (#1339)
1 parent d3263a6 commit bebbae7

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Diff for: .azure-pipelines/azure-pipelines-live-test-run.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,23 @@ jobs:
6363
- template: templates/download-install-local-azure-devops-cli-extension.yml
6464

6565
# Run a Python script.
66-
- task: PythonScript@0
67-
inputs:
68-
scriptSource: 'filePath'
69-
scriptPath: 'scripts/prepareLiveRecordingTestsRun.py'
70-
failOnStderr: true
71-
env:
72-
AZURE_DEVOPS_EXT_PAT: $(pat)
73-
74-
- script: pytest tests --junitxml "TEST-results.xml"
75-
displayName: 'Run Live Tests'
76-
env:
77-
AZURE_DEVOPS_EXT_PAT: $(pat)
78-
79-
- task: PublishTestResults@2
80-
displayName: 'Publish Test Results'
81-
inputs:
82-
testResultsFormat: 'JUnit'
83-
testResultsFiles: '**TEST-*.xml'
84-
searchFolder: '$(System.DefaultWorkingDirectory)'
85-
condition: succeededOrFailed()
66+
# - task: PythonScript@0
67+
# inputs:
68+
# scriptSource: 'filePath'
69+
# scriptPath: 'scripts/prepareLiveRecordingTestsRun.py'
70+
# failOnStderr: true
71+
# env:
72+
# AZURE_DEVOPS_EXT_PAT: $(pat)
73+
74+
# - script: pytest tests --junitxml "TEST-results.xml"
75+
# displayName: 'Run Live Tests'
76+
# env:
77+
# AZURE_DEVOPS_EXT_PAT: $(pat)
78+
79+
# - task: PublishTestResults@2
80+
# displayName: 'Publish Test Results'
81+
# inputs:
82+
# testResultsFormat: 'JUnit'
83+
# testResultsFiles: '**TEST-*.xml'
84+
# searchFolder: '$(System.DefaultWorkingDirectory)'
85+
# condition: succeededOrFailed()

0 commit comments

Comments
 (0)