Skip to content

Commit be49211

Browse files
author
Kamran Khan
committed
Revert "Run disk encryption tests in CheckIn mode"
This reverts commit 0d32622.
1 parent 0d32622 commit be49211

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineExtensionTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ public void TestVirtualMachineAccessExtension()
6666
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineAccessExtension");
6767
}
6868

69-
[Trait(Category.RunType, Category.CheckIn)]
69+
[Fact(Skip = "TODO: only works for live mode")]
70+
[Trait(Category.RunType, Category.LiveOnly)]
7071
public void TestAzureDiskEncryptionExtension()
7172
{
7273
ComputeTestController.NewInstance.RunPsTest("Test-AzureDiskEncryptionExtension");

0 commit comments

Comments
 (0)