File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 99 workingDirectory: $(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)
1010 displayName: Setup integration tests
1111
12- - bash: |
13- export SOURCE_COMMIT_ID=$(Build.SourceVersion)
14- export APIGEE_ACCESS_TOKEN="$(secret.AccessToken)"
15- export PROXY_NAME="$(FULLY_QUALIFIED_SERVICE_NAME)"
16- export API_NAME="shared-flow-testing"
17- export OAUTH_BASE_URI="https://$(APIGEE_ENVIRONMENT).api.service.nhs.uk/oauth2-mock"
18- export ACCESS_TOKEN_HASH_SECRET="$(ACCESS_TOKEN_SECRET)"
12+ # - bash: |
13+ # export SOURCE_COMMIT_ID=$(Build.SourceVersion)
14+ # export APIGEE_ACCESS_TOKEN="$(secret.AccessToken)"
15+ # export PROXY_NAME="$(FULLY_QUALIFIED_SERVICE_NAME)"
16+ # export API_NAME="shared-flow-testing"
17+ # export OAUTH_BASE_URI="https://$(APIGEE_ENVIRONMENT).api.service.nhs.uk/oauth2-mock"
18+ # export ACCESS_TOKEN_HASH_SECRET="$(ACCESS_TOKEN_SECRET)"
1919
20- poetry run pytest --reruns 2 --reruns-delay 1 -v --junitxml=test-report.xml
21- workingDirectory: $(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)
22- displayName: Run integration tests
20+ # poetry run pytest --reruns 2 --reruns-delay 1 -v --junitxml=test-report.xml
21+ # workingDirectory: $(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)
22+ # displayName: Run integration tests
2323
2424 - task: PublishTestResults@2
2525 displayName: 'Publish smoketest results'
You can’t perform that action at this time.
0 commit comments