We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718eceb commit 0d32622Copy full SHA for 0d32622
src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineExtensionTests.cs
@@ -66,8 +66,7 @@ public void TestVirtualMachineAccessExtension()
66
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineAccessExtension");
67
}
68
69
- [Fact(Skip = "TODO: only works for live mode")]
70
- [Trait(Category.RunType, Category.LiveOnly)]
+ [Trait(Category.RunType, Category.CheckIn)]
71
public void TestAzureDiskEncryptionExtension()
72
{
73
ComputeTestController.NewInstance.RunPsTest("Test-AzureDiskEncryptionExtension");
0 commit comments