File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
19
19
{
20
20
public partial class VirtualMachineTests
21
21
{
22
- // [Fact]
23
- // [Trait(Category.AcceptanceType, Category.CheckIn)]
22
+ [ Fact ( Skip = "TODO: Record" ) ]
23
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
24
24
public void TestVirtualMachineSizeAndUsage ( )
25
25
{
26
26
ComputeTestController . NewInstance . RunPsTest ( "Test-VirtualMachineSizeAndUsage" ) ;
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ namespace Microsoft.Azure.Commands.Compute.Test.ScenarioTests
19
19
{
20
20
public partial class VirtualMachineTests
21
21
{
22
- // [Fact]
23
- // [Trait(Category.AcceptanceType, Category.CheckIn)]
22
+ [ Fact ( Skip = "TODO: Record" ) ]
23
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
24
24
public void TestVirtualMachine ( )
25
25
{
26
26
ComputeTestController . NewInstance . RunPsTest ( "Test-VirtualMachine" ) ;
You can’t perform that action at this time.
0 commit comments