@@ -63,23 +63,23 @@ jobs:
63
63
- template : templates/download-install-local-azure-devops-cli-extension.yml
64
64
65
65
# 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