File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/pipelines/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ stages:
373373 set -eu -o pipefail
374374
375375 # Increase the maximum time to wait for a tenant to 1 hour to accommodate multiple test runs at the same time.
376- npx --package=@ff-internal/trips-setup@0.0.6 -- trips-setup --waitTime=3600 --accessToken=$SYSTEM_ACCESSTOKEN
376+ npx --package=@ff-internal/trips-setup@0.0.5 -- trips-setup --waitTime=3600 --accessToken=$SYSTEM_ACCESSTOKEN
377377 echo "##vso[task.setvariable variable=tenantSetupSuccess;]true"
378378
379379 # run the test
@@ -462,7 +462,7 @@ stages:
462462 script : |
463463 set -eu -o pipefail
464464
465- npx --package=@ff-internal/trips-setup@0.0.6 -- trips-cleanup --reservationId=$(stringBearerToken)
465+ npx --package=@ff-internal/trips-setup@0.0.5 -- trips-cleanup --reservationId=$(stringBearerToken)
466466 condition : eq(variables['tenantSetupSuccess'], 'true')
467467
468468 # Log Test Failures
You can’t perform that action at this time.
0 commit comments