Skip to content

Commit bf5feb9

Browse files
authored
[EventHub/ServiceBus] temporarily skip Canary, not supported by TME tenant (#37796)
* [EventHub/ServiceBus] temporarily skip Canary, not supported with TME tenant * remove empty public cloud config * add back public * skip sb failing samples until mq * re-enable china cloud
1 parent d9b2543 commit bf5feb9

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

sdk/eventhub/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ extends:
1717
AZURE_POD_IDENTITY_AUTHORITY_HOST: "FakeAuthorityHost"
1818
MatrixReplace:
1919
- TestSamples=.*/true
20-
Clouds: 'Public,Canary'
20+
Clouds: 'Public'

sdk/servicebus/tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,11 @@ extends:
1313
# Set fake authority host to ensure Managed Identity fail for Default Azure Credential
1414
# so "execute samples" step correctly picks up Powershell credential.
1515
AZURE_POD_IDENTITY_AUTHORITY_HOST: "FakeAuthorityHost"
16-
MatrixReplace:
17-
- TestSamples=.*/true
1816
MatrixFilters:
1917
- PythonVersion=^(?!pypy3).*
20-
Clouds: 'Public,Canary'
21-
SupportedClouds: 'Public,Canary,UsGov'
18+
Clouds: 'Public'
19+
SupportedClouds: 'Public,UsGov'
2220
CloudConfig:
2321
Public:
24-
Canary:
25-
ServiceConnection: azure-sdk-tests-public
26-
Location: 'eastus2euap'
2722
UsGov:
2823
Location: 'usgovarizona'

0 commit comments

Comments
 (0)