Skip to content

Commit 842c2c2

Browse files
committed
Skip failed virtual machine cases.
1 parent 516fbe6 commit 842c2c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
1919
{
2020
public partial class VirtualMachineTests
2121
{
22-
//[Fact]
23-
//[Trait(Category.AcceptanceType, Category.CheckIn)]
22+
[Fact(Skip="TODO: Record")]
23+
[Trait(Category.AcceptanceType, Category.CheckIn)]
2424
public void TestVirtualMachineSizeAndUsage()
2525
{
2626
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineSizeAndUsage");

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
1919
{
2020
public partial class VirtualMachineTests
2121
{
22-
//[Fact]
23-
//[Trait(Category.AcceptanceType, Category.CheckIn)]
22+
[Fact(Skip = "TODO: Record")]
23+
[Trait(Category.AcceptanceType, Category.CheckIn)]
2424
public void TestVirtualMachine()
2525
{
2626
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachine");

0 commit comments

Comments
 (0)