Skip to content

Commit a588e93

Browse files
committed
update test
1 parent 0be6487 commit a588e93

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6838,8 +6838,9 @@ def test_vm_disk_encryption_with_encryption_identity_e2e(self, resource_group, r
68386838

68396839
self.cmd('vm encryption enable -g {rg} -n {vm} --disk-encryption-keyvault {vault} --encryption-identity {encryptionIdentityId}')
68406840
self.cmd('vm encryption show -g {rg} -n {vm}', checks=[self.check('disks[0].statuses[0].code', 'EncryptionState/encrypted')])
6841-
6842-
6841+
6842+
6843+
@unittest.skip('skip for now')
68436844
@AllowLargeResponse(size_kb=99999)
68446845
@ResourceGroupPreparer(name_prefix='cli_test_vm_encryption_identity_set_at_encryption_cmdlet', location='westus')
68456846
@KeyVaultPreparer(name_prefix='vault', name_len=10, key='vault',

0 commit comments

Comments
 (0)