File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,21 +37,21 @@ public void RaAuthorizationChangeLog()
37
37
ResourcesController . NewInstance . RunPsTest ( "Test-RaAuthorizationChangeLog" ) ;
38
38
}
39
39
40
- [ Fact ( Skip = "PSGet Migration: TODO: Get-AzureRmSubscription " ) ]
40
+ [ Fact ( Skip = "Need to re-record test " ) ]
41
41
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
42
42
public void RaClassicAdmins ( )
43
43
{
44
44
ResourcesController . NewInstance . RunPsTest ( "Test-RaClassicAdmins" ) ;
45
45
}
46
46
47
- [ Fact ( Skip = "PSGet Migration: TODO: Get-AzureRmSubscription " ) ]
47
+ [ Fact ( Skip = "Need to re-record test " ) ]
48
48
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
49
49
public void RaNegativeScenarios ( )
50
50
{
51
51
ResourcesController . NewInstance . RunPsTest ( "Test-RaNegativeScenarios" ) ;
52
52
}
53
53
54
- [ Fact ( Skip = "PSGet Migration: TODO: Get-AzureRmSubscription " ) ]
54
+ [ Fact ( Skip = "Need to re-record test " ) ]
55
55
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
56
56
public void RaByScope ( )
57
57
{
You can’t perform that action at this time.
0 commit comments