Skip to content

Commit b21afd3

Browse files
committed
skipping disk_encryption
1 parent dc6c898 commit b21afd3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6930,7 +6930,8 @@ def test_vmss_null_encryption_identity_for_disk_encryption(self, resource_group,
69306930

69316931
@api_version_constraint(ResourceType.MGMT_COMPUTE, min_api='2017-03-30')
69326932
class VMDiskEncryptionTest(ScenarioTest):
6933-
6933+
6934+
@live_only()
69346935
@ResourceGroupPreparer(name_prefix='cli_test_vmss_encryption', location='westus')
69356936
@KeyVaultPreparer(name_prefix='vault', name_len=20, key='vault', additional_params='--enabled-for-disk-encryption true')
69366937
def test_vmss_disk_encryption_e2e(self, resource_group, resource_group_location, key_vault):

0 commit comments

Comments
 (0)