Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions sdk/communication/Azure.Communication.CallingServer/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ extends:
SubscriptionConfigurations:
- $(sub-config-communication-int-test-resources-common)
- $(sub-config-communication-int-test-resources-net)
Clouds: Public,Int
Clouds: Public
EnvVars:
# SKIP_PHONENUMBER_LIVE_TESTS skips certain phone number tests such as purchase and release
SKIP_PHONENUMBER_LIVE_TESTS: TRUE
# SKIP_CALLINGSERVER_INTERACTION_LIVE_TESTS skips certain callingserver tests that required human interaction
SKIP_CALLINGSERVER_INTERACTION_LIVE_TESTS: TRUE
SKIP_CALLINGSERVER_INTERACTION_LIVE_TESTS: TRUE
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you still need this flag? SKIP_CALLINGSERVER_INTERACTION_LIVE_TESTS now that you remove the INT from Clouds config?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes we still need it. This flag is used to skip tests required human Interaction(like pick up the call) Which cannot be perform in Live Mode test pipeline.