Skip to content

Commit 05c1ef6

Browse files
authored
Revert "Bump version of tenant setup package" (microsoft#25396)
Reverts microsoft#25380
1 parent 6699aa9 commit 05c1ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/pipelines/templates/include-test-real-service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)