File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ public void TestAzureDiskEncryptionExtension()
116
116
}
117
117
118
118
[ Fact ( Skip = "TODO: only works for live mode due to key vault dependency" ) ]
119
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
119
+ [ Trait ( Category . RunType , Category . LiveOnly ) ]
120
120
public void TestAzureDiskEncryptionExtensionSinglePass ( )
121
121
{
122
122
ComputeTestController . NewInstance . RunPsTest ( "Test-AzureDiskEncryptionExtensionSinglePass" ) ;
Original file line number Diff line number Diff line change @@ -1052,7 +1052,7 @@ function Test-AzureDiskEncryptionExtensionSinglePass
1052
1052
$status = Get-AzureRmVmDiskEncryptionStatus - ResourceGroupName $vm.ResourceGroupName - VMName $vm.Name
1053
1053
Assert-NotNull $status
1054
1054
Assert-AreEqual $status.OsVolumeEncrypted Encrypted
1055
- Assert-AreEqual $status.DataVolumesEncrypted NotEncrypted
1055
+ Assert-AreEqual $status.DataVolumesEncrypted Unknown
1056
1056
1057
1057
# verify encryption settings
1058
1058
$settings = $status.OsVolumeEncryptionSettings
You can’t perform that action at this time.
0 commit comments