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 a761c28 commit 0ae5a00Copy full SHA for 0ae5a00
src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineExtensionTests.cs
@@ -80,8 +80,8 @@ public void TestAzureDiskEncryptionExtension()
80
ComputeTestController.NewInstance.RunPsTest("Test-AzureDiskEncryptionExtension");
81
}
82
83
- [Fact]
84
- [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Fact(Skip = "TODO: only works for live mode due to key vault dependency")]
+ [Trait(Category.RunType, Category.LiveOnly)]
85
public void TestAzureDiskEncryptionExtensionSinglePass()
86
{
87
ComputeTestController.NewInstance.RunPsTest("Test-AzureDiskEncryptionExtensionSinglePass");
0 commit comments