File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace Microsoft.Azure.Commands.Resources.Test.ScenarioTests
18
18
19
19
public class MoveResourceTest
20
20
{
21
- [ Fact ]
21
+ [ Fact ( Skip = "Need to re-record test" ) ]
22
22
// TODO: test takes too long, reduce time and then add to Category.CheckIn
23
23
//[Trait(Category.AcceptanceType, Category.CheckIn)]
24
24
public void TestMoveAzureResource ( )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public void TestGetResourcesViaPipingFromAnotherResource()
77
77
ResourcesController . NewInstance . RunPsTest ( "Test-GetResourcesViaPipingFromAnotherResource" ) ;
78
78
}
79
79
80
- [ Fact ]
80
+ [ Fact ( Skip = "Need to re-record test" ) ]
81
81
public void TestMoveAResourceTest ( )
82
82
{
83
83
ResourcesController . NewInstance . RunPsTest ( "Test-MoveAResource" ) ;
You can’t perform that action at this time.
0 commit comments