Skip to content

Commit

Permalink
Disable Azure.Management.KeyVault live tests
Browse files Browse the repository at this point in the history
Disable until Azure#12211 is fixed.
  • Loading branch information
heaths committed May 26, 2020
1 parent 1c20c48 commit 42fc635
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/keyvault/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)Azure.Management.KeyVault\tests\Azure.Management.KeyVault.Tests.csproj" Condition="'$(AZURE_KEYVAULT_TEST_MODE)' == 'Live'" />
</ItemGroup>
</Project>

0 comments on commit 42fc635

Please sign in to comment.