Skip to content

Commit d7fb9c0

Browse files
author
Hovsep Mkrtchyan
committed
Removed failing Resource tests from post-checkin job.
1 parent a3bb48a commit d7fb9c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/MoveResourceTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Microsoft.Azure.Commands.Resources.Test.ScenarioTests
1818

1919
public class MoveResourceTest
2020
{
21-
[Fact]
21+
[Fact(Skip = "Need to re-record test")]
2222
// TODO: test takes too long, reduce time and then add to Category.CheckIn
2323
//[Trait(Category.AcceptanceType, Category.CheckIn)]
2424
public void TestMoveAzureResource()

src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/ResourceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void TestGetResourcesViaPipingFromAnotherResource()
7777
ResourcesController.NewInstance.RunPsTest("Test-GetResourcesViaPipingFromAnotherResource");
7878
}
7979

80-
[Fact]
80+
[Fact(Skip = "Need to re-record test")]
8181
public void TestMoveAResourceTest()
8282
{
8383
ResourcesController.NewInstance.RunPsTest("Test-MoveAResource");

0 commit comments

Comments
 (0)