Skip to content

Commit

Permalink
Ignore Azure.Management.KeyVault.Tests
Browse files Browse the repository at this point in the history
Works around Azure#12211 by ignoring tests that fail sporadically for both
live and playback tests.
  • Loading branch information
heaths committed Jun 3, 2020
1 parent 66c3567 commit 973088b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/core/service.projects
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<ItemGroup>
<!-- Remove mgmt plane tests from nightly live runs: https://github.com/Azure/azure-sdk-for-net/issues/12211 -->
<ProjectReference Remove="$(MSBuildThisFileDirectory)..\keyvault\Azure.Management.KeyVault\tests\Azure.Management.KeyVault.Tests.csproj" Condition="'$(AZURE_KEYVAULT_TEST_MODE)' == 'Live'" />
</ItemGroup>
</Project>

0 comments on commit 973088b

Please sign in to comment.