Skip to content

Commit a207f8e

Browse files
committed
update test skip message
1 parent 743b642 commit a207f8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6840,7 +6840,7 @@ def test_vm_disk_encryption_with_encryption_identity_e2e(self, resource_group, r
68406840
self.cmd('vm encryption show -g {rg} -n {vm}', checks=[self.check('disks[0].statuses[0].code', 'EncryptionState/encrypted')])
68416841

68426842

6843-
@unittest.skip('skip for now')
6843+
@unittest.skip('need feature for this scenario')
68446844
@AllowLargeResponse(size_kb=99999)
68456845
@ResourceGroupPreparer(name_prefix='cli_test_vm_encryption_identity_set_at_encryption_cmdlet', location='westus')
68466846
@KeyVaultPreparer(name_prefix='vault', name_len=10, key='vault',

0 commit comments

Comments
 (0)