Skip to content

Commit

Permalink
Disable KV testing on China cloud (#39943)
Browse files Browse the repository at this point in the history
Tests always time out, which takes time to investigate and falls in line
with service testing anyway.
  • Loading branch information
heaths authored Nov 13, 2023
1 parent 675cf1f commit db25be8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sdk/keyvault/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extends:
SDKType: client
MaxParallel: 5
TimeoutInMinutes: 240
SupportedClouds: 'Public,UsGov,China,Canary'
SupportedClouds: 'Public,UsGov,Canary'
CloudConfig:
Public:
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
Expand All @@ -28,10 +28,6 @@ extends:
SubscriptionConfiguration: $(sub-config-gov-test-resources)
MatrixFilters:
- ArmTemplateParameters=^(?!.*enableHsm.*true)
China:
SubscriptionConfiguration: $(sub-config-cn-test-resources)
MatrixFilters:
- ArmTemplateParameters=^(?!.*enableHsm.*true)
MatrixConfigs:
- Name: keyvault_test_matrix
Path: sdk/keyvault/platform-matrix.json
Expand Down

0 comments on commit db25be8

Please sign in to comment.