Skip to content

Commit 4c81c23

Browse files
authored
skip tests related to Az.ManagedServiceIdentity (#17546)
1 parent 95ce1f7 commit 4c81c23

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/Resources/Resources.Test/Resources.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<ItemGroup>
2323
<ProjectReference Include="..\ResourceManager\ResourceManager.csproj" />
2424
<ProjectReference Include="..\Resources\Resources.csproj" />
25+
<ProjectReference Include="..\..\ManagedServiceIdentity\Az.ManagedServiceIdentity.csproj" />
2526
</ItemGroup>
2627

2728
<ItemGroup>

src/Resources/Resources.Test/ScenarioTests/PolicyTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ public void TestPolicyAssignmentSystemAssignedIdentity()
7373
TestRunner.RunTestScript("Test-PolicyAssignmentSystemAssignedIdentity");
7474
}
7575

76-
[Fact]
77-
[Trait(Category.AcceptanceType, Category.CheckIn)]
76+
[Fact(Skip = "Skip as current test framework does not support recording generated cmdlets.")]
77+
[Trait(Category.AcceptanceType, Category.LiveOnly)]
7878
public void TestPolicyAssignmentUserAssignedIdentity()
7979
{
8080
TestRunner.RunTestScript("Test-PolicyAssignmentUserAssignedIdentity");

src/Resources/Resources.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MSGraph", "MSGraph.Autor
3030
EndProject
3131
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Authorization", "Authorization.Autorest\Az.Authorization.csproj", "{E14B71EE-4EDA-4FFC-8BD2-DDB73331B955}"
3232
EndProject
33+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedServiceIdentity", "..\ManagedServiceIdentity\Az.ManagedServiceIdentity.csproj", "{9F6FD098-3A06-4D8F-9807-7E941FBCFEE4}"
34+
EndProject
3335
Global
3436
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3537
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)