Skip to content

Commit 29a3d62

Browse files
committed
comment out test for now according to @hovsepm's comment.
1 parent 553d170 commit 29a3d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachinePIRv2Tests.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(Skip = "TODO: Record")]
23-
[Trait(Category.AcceptanceType, Category.CheckIn)]
22+
//[Fact(Skip = "TODO: Record")]
23+
//[Trait(Category.AcceptanceType, Category.CheckIn)]
2424
public void TestVirtualMachinePIRv2()
2525
{
2626
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachinePIRv2");

0 commit comments

Comments
 (0)